/* ==========================================================================
   Font Awesome subset — only the 7 glyphs this site actually uses.
   Replaces fontawesome.css (733 KB) + fontawesome.js (120 KB) on the live
   pages. The legacy template pages still load the full build.
   ========================================================================== */

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
}

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

.fa,
.fas,
.fab,
.fa-solid,
.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;
}

.fas,
.fa-solid {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa-tiktok::before         { content: "\e07b"; }
.fa-instagram::before      { content: "\f16d"; }
.fa-xmark::before          { content: "\f00d"; }
.fa-phone::before          { content: "\f095"; }
.fa-location-dot::before   { content: "\f3c5"; }
.fa-bars-staggered::before { content: "\f550"; }
.fa-angle-right::before    { content: "\f105"; }
