/* Homepage icon subset — Font Awesome + Flaticon only (replaces ~500KB fontawesome.css + flaticon.css) */
@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");
}

@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: flaticon_agency;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/flaticon_agency.woff2") format("woff2");
}

.fa,
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 900;
  -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-brands,
.fab {
  font-family: "Font Awesome 6 Brands", sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  line-height: 1;
}

i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
  font-family: flaticon_agency !important;
  font-style: normal;
  font-weight: normal !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.fa-angle-up::before { content: "\f106"; }
.fa-award::before { content: "\f559"; }
.fa-building::before { content: "\f1ad"; }
.fa-certificate::before { content: "\f0a3"; }
.fa-check-circle::before { content: "\f058"; }
.fa-coins::before { content: "\f51e"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-map-marker::before { content: "\f041"; }
.fa-phone-square::before { content: "\f098"; }
.fa-phone::before { content: "\f095"; }
.fa-search::before { content: "\f002"; }
.fa-sparkles::before { content: "\f890"; }
.fa-star::before { content: "\f005"; }
.fa-times::before { content: "\f00d"; }
.fa-user-check::before { content: "\f4fc"; }
.fa-whatsapp::before { content: "\f232"; }

.flaticon-design::before { content: "\f10b"; }
.flaticon-front-end::before { content: "\f103"; }
.flaticon-phone-ringing::before { content: "\f119"; }
.flaticon-user-interface::before { content: "\f10c"; }
