/**
 * Self-hosted Font Awesome 6.5.1 subset — only the glyphs this site uses.
 * Fonts in /assets/webfonts are subset woff2 (~3 KB total vs ~274 KB full).
 * If you add a NEW fa-* icon anywhere, add its class + codepoint here AND
 * re-subset the font (see docs/seo plan; fontTools.subset with the new U+xxxx).
 *
 * Family aliases cover the legacy names used by pseudo-elements in style.css
 * ("Font Awesome 5 free", "FontAwesome") — CSS family matching is case-insensitive.
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

.fa,
.fa-solid,
.fa-brands,
.fas,
.fab {
  -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,
.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* solid */
.fa-arrow-left::before      { content: "\f060"; }
.fa-arrow-right::before     { content: "\f061"; }
.fa-arrow-up::before        { content: "\f062"; }
.fa-angle-left::before      { content: "\f104"; }
.fa-angle-right::before     { content: "\f105"; }
.fa-angle-down::before      { content: "\f107"; }
.fa-angles-right::before    { content: "\f101"; }
.fa-calendar-check::before  { content: "\f274"; }
.fa-check::before           { content: "\f00c"; }
.fa-circle-check::before    { content: "\f058"; }
.fa-clock::before           { content: "\f017"; }
.fa-envelope::before        { content: "\f0e0"; }
.fa-globe::before           { content: "\f0ac"; }
.fa-location-dot::before    { content: "\f3c5"; }
.fa-minus::before           { content: "\f068"; }
.fa-phone-volume::before    { content: "\f2a0"; }
.fa-star::before            { content: "\f005"; }

/* brands */
.fa-facebook-f::before      { content: "\f39e"; }
.fa-instagram::before       { content: "\f16d"; }
.fa-linkedin-in::before     { content: "\f0e1"; }
.fa-tiktok::before          { content: "\e07b"; }
.fa-twitter::before         { content: "\f099"; }
.fa-x-twitter::before       { content: "\e61b"; }
.fa-youtube::before         { content: "\f167"; }
