/* Optimized Font Awesome CSS with font-display: swap - only includes icons actually used */

/* Font Awesome 6 Free Solid (for fas icons) */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/webfonts/fa-solid-900.woff2") format("woff2");
}

/* Font Awesome 6 Brands (for fab icons) */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/webfonts/fa-brands-400.woff2") format("woff2");
}

/* Base Font Awesome styles */
.fa,
.fas,
.fab {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Only include the specific icons used on the site */
.fa-external-link-alt:before { content: "\f35d"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-twitter:before { content: "\f099"; }
.fa-linkedin-in:before { content: "\f0e1"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-copy:before { content: "\f0c5"; }
.fa-check:before { content: "\f00c"; }