/**
 * Lightweight Font Awesome — used icons only (woff2 subsets).
 * Replaces full all.min.css + multi-weight font downloads.
 */

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

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

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

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

.fa,
.fas,
.far,
.fal,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

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

.far,
.fa-regular {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fal,
.fa-light {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

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

.fa-calendar:before { content: "\f133"; }
.fa-calendar-day:before { content: "\f783"; }
.fa-arrow-up-right:before { content: "\e09f"; }
.fa-globe:before { content: "\f0ac"; }
.fa-play:before { content: "\f04b"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-long-arrow-up:before { content: "\f176"; }
.fa-long-arrow-right:before { content: "\f178"; }
.fa-long-arrow-left:before { content: "\f177"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-instagram:before { content: "\f16d"; }
.fa-linkedin-in:before { content: "\f0e1"; }
.fa-youtube:before { content: "\f167"; }
.fa-twitter:before { content: "\f099"; }
.fa-search:before { content: "\f002"; }
.fa-bars:before,
.fa-navicon:before { content: "\f0c9"; }
.fa-angle-left:before { content: "\f104"; }
.fa-xmark:before,
.fa-times:before,
.fa-close:before { content: "\f00d"; }
.fa-arrow-alt-circle-right:before,
.fa-circle-right:before { content: "\f35a"; }
.fa-quote-left:before { content: "\f10d"; }
.fa-circle-check:before { content: "\f058"; }
.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before { content: "\f15c"; }
.fa-user:before { content: "\f007"; }
.fa-arrow-up-right-from-square:before,
.fa-external-link-alt:before,
.fa-external-link:before { content: "\f08e"; }
.fa-plus:before { content: "\2b"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-map-marker-check:before { content: "\f606"; }
.fa-phone:before { content: "\f095"; }
.fa-right-long:before { content: "\f30b"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-caret-right:before { content: "\f0da"; }
