/* Minimal Font Awesome 7 subset — only icons used on the homepage */
@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/webfonts/fa-brands-400.woff2") format("woff2");
}

.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-solid,
.fas {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
}

.fa-regular,
.far {
  font-family: "Font Awesome 7 Free";
  font-weight: 400;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}

.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fas::before,
.far::before,
.fab::before {
  content: var(--fa);
}

.fa-chevron-down { --fa: "\f078"; }
.fa-chevron-right { --fa: "\f054"; }
.fa-play { --fa: "\f04b"; }
.fa-handshake { --fa: "\f2b5"; }
.fa-arrow-right-long { --fa: "\f30b"; }
.fa-right-long { --fa: "\f30b"; }
.fa-phone { --fa: "\f095"; }
.fa-envelope { --fa: "\f0e0"; }
.fa-location-dot { --fa: "\f3c5"; }
.fa-paper-plane { --fa: "\f1d8"; }
.fa-facebook-f { --fa: "\f39e"; }
.fa-linkedin-in { --fa: "\f0e1"; }
.fa-flickr { --fa: "\f16e"; }
