/* Font Awesome Subset - Minimal Load */
/* Icons usati: phone, envelope, star, users, globe, facebook, instagram, whatsapp */

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

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

.fab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

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

/* Icon base styles */
.fa, .fas, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Specific icons used */
.fa-phone::before { content: "\f095"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-star::before { content: "\f005"; }
.fa-users::before { content: "\f0c0"; }
.fa-globe::before { content: "\f0ac"; }
.fa-facebook::before { content: "\f09a"; }
.fa-instagram::before { content: "\f16d"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-check::before { content: "\f00c"; }
.fa-rocket::before { content: "\f135"; }
.fa-graduation-cap::before { content: "\f19d"; }
