/* Optimized Font Awesome icons */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2");
}

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

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

/* Only include the specific icons used in the project */
.fa-facebook:before { content: "\f09a"; }
.fa-x:before { content: "\f098"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-instagram:before { content: "\f16d"; }
.fa-check-circle:before { content: "\f058"; }
.fa-cog:before { content: "\f013"; }
.fa-globe-europe:before { content: "\f7a2"; }
