/* Homepage Font Awesome subset for used icons only */
@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"),
       url("../fonts/fa-solid-900.ttf") format("truetype");
}

@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"),
       url("../fonts/fa-brands-400.ttf") format("truetype");
}

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

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

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

.fa-angle-double-right:before { content: "\f101"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-pointer:before { content: "\f245"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-check-circle:before { content: "\f058"; }
.fa-check-double:before { content: "\f560"; }
.fa-clock:before { content: "\f017"; }
.fa-comments:before { content: "\f086"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-eye:before { content: "\f06e"; }
.fa-facebook:before { content: "\f09a"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-file-alt:before { content: "\f15c"; }
.fa-file-pdf:before { content: "\f1c1"; }
.fa-folder:before { content: "\f07b"; }
.fa-globe:before { content: "\f0ac"; }
.fa-home:before { content: "\f015"; }
.fa-instagram:before { content: "\f16d"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-linkedin-in:before { content: "\f0e1"; }
.fa-long-arrow-left:before { content: "\f177"; }
.fa-long-arrow-right:before { content: "\f178"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-pen:before { content: "\f304"; }
.fa-phone:before { content: "\f095"; }
.fa-pinterest-p:before { content: "\f231"; }
.fa-play:before { content: "\f04b"; }
.fa-plus:before { content: "\2b"; }
.fa-question:before { content: "\3f"; }
.fa-share-nodes:before { content: "\f1e0"; }
.fa-solar-panel:before { content: "\f5ba"; }
.fa-star:before { content: "\f005"; }
.fa-times:before { content: "\f00d"; }
.fa-twitter:before { content: "\f099"; }
.fa-user-check:before { content: "\f4fc"; }
.fa-user-circle:before { content: "\f2bd"; }
.fa-user-tie:before { content: "\f508"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-xmark-circle:before { content: "\f057"; }
.fa-youtube:before { content: "\f167"; }
