@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fa-solid-subset.woff2") format("woff2");
}
.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-times:before { content: "\f00d"; }
.fa-user-check:before { content: "\f4fc"; }
.fa-user-plus:before { content: "\f234"; }
