/* Solid icons only + font-display:swap (public site) */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"),
       url("../fonts/fontawesome/webfonts/fa-solid-900.woff") format("woff");
}
.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-copyright:before { content: "\f1f9"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-heartbeat:before { content: "\f21e"; }
.fa-clipboard-check:before { content: "\f46c"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-headset:before { content: "\f590"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-book-open:before { content: "\f518"; }
