/* Homepage: Font Awesome solid subset (15 icons) */
.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;
}

@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.woff") format("woff");
}

.fa-angle-up::before { content: "\f106"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-award::before { content: "\f559"; }
.fa-building::before { content: "\f1ad"; }
.fa-check-circle::before { content: "\f058"; }
.fa-coins::before { content: "\f51e"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-search::before { content: "\f002"; }
.fa-phone::before { content: "\f095"; }
.fa-rocket::before { content: "\f135"; }
.fa-sparkles::before { content: "\f890"; }
.fa-star::before { content: "\f005"; }
.fa-user-check::before { content: "\f4fc"; }
.fa-times::before { content: "\f00d"; }
