/* ============================================================
   Font Awesome 6.5.1 Free (Solid) — minimal subset.
   The page uses exactly four glyphs, so only the solid webfont
   and these rules are shipped instead of the full 1 MB bundle.
   Upstream: https://fontawesome.com  (CC BY 4.0 / SIL OFL 1.1)
   ============================================================ */

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../fonts/fa-solid-900.woff2) format("woff2");
}

.fa,
.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-star:before             { content: "\f005"; }
.fa-star-half-stroke:before { content: "\f5c0"; }
.fa-arrow-left-long:before  { content: "\f177"; }
.fa-arrow-right-long:before { content: "\f178"; }
