/*!
 * Font Awesome 6 Pro — subset for Sherpa Tour.
 * Contains ONLY the icons actually used on the site (17 glyphs), served as
 * woff2 with font-display:swap. Replaces the full 648 KB CSS + 3.3 MB of TTF.
 * Regenerate with pyftsubset if you add new <i class="fa..."> icons.
 */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fontawesome/fa-solid-900.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fontawesome/fa-regular-400.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fontawesome/fa-brands-400.subset.woff2") format("woff2");
}

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

.fa-angle-down::before     { content: "\f107"; }
.fa-arrow-left::before     { content: "\f060"; }
.fa-arrow-right::before    { content: "\f061"; }
.fa-bars::before           { content: "\f0c9"; }
.fa-clock::before          { content: "\f017"; }
.fa-comments::before       { content: "\f086"; }
.fa-envelope::before       { content: "\f0e0"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-phone-alt::before      { content: "\f879"; }
.fa-play::before           { content: "\f04b"; }
.fa-search::before         { content: "\f002"; }
.fa-star::before           { content: "\f005"; }
.fa-user::before           { content: "\f007"; }
.fa-facebook-f::before     { content: "\f39e"; }
.fa-instagram::before      { content: "\f16d"; }
.fa-whatsapp::before       { content: "\f232"; }
.fa-youtube::before        { content: "\f167"; }
