/* Minimal FA6 subset for header/home — full set loads on interaction */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}
.fa, .fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands {
  -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, .fas, .fa-solid { font-family: "Font Awesome 6 Free"; font-weight: 900; }
.far, .fa-regular { font-family: "Font Awesome 6 Free"; font-weight: 400; }
.fab, .fa-brands { font-family: "Font Awesome 6 Brands"; font-weight: 400; }
.fa-lg { font-size: 1.25em; line-height: 0.05em; vertical-align: -0.075em; }
.fa-spin { animation: fa-spin 2s linear infinite; }
@keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

.fa-magnifying-glass:before, .fa-search:before { content: "\f002"; }
.fa-heart:before { content: "\f004"; }
.fa-star:before { content: "\f005"; }
.fa-star-half:before { content: "\f089"; }
.fa-star-half-alt:before, .fa-star-half-stroke:before { content: "\f5c0"; }
.fa-user:before { content: "\f007"; }
.fa-user-circle:before { content: "\f2bd"; }
.fa-cart-plus:before { content: "\f217"; }
.fa-shopping-cart:before, .fa-cart-shopping:before { content: "\f07a"; }
.fa-angle-down:before { content: "\f107"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-right:before { content: "\f105"; }
.fa-times:before, .fa-xmark:before { content: "\f00d"; }
.fa-wallet:before { content: "\f555"; }
.fa-history:before { content: "\f1da"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-bell:before { content: "\f0f3"; }
.fa-trash:before { content: "\f1f8"; }
.fa-spinner:before { content: "\f110"; }
.fa-refresh:before, .fa-arrows-rotate:before { content: "\f021"; }
.fa-check:before { content: "\f00c"; }
.fa-eye:before { content: "\f06e"; }
.fa-phone:before { content: "\f095"; }
.fa-phone-alt:before { content: "\f879"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-box-open:before { content: "\f49e"; }
.fa-sign-in-alt:before { content: "\f2f6"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-user-check:before { content: "\f4fc"; }
.fa-info:before { content: "\f129"; }
.fa-language:before { content: "\f1ab"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-cog:before, .fa-gear:before { content: "\f013"; }
.fa-bars:before { content: "\f0c9"; }
.fa-plus:before { content: "\2b"; }
.fa-minus:before { content: "\f068"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-twitter:before { content: "\f099"; }
.fa-instagram:before { content: "\f16d"; }
.fa-youtube:before { content: "\f167"; }
