/* Custom Font Awesome Icons - Optimized for Performance */
/* Only includes the icons actually used on the website */

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

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

/* Icon Classes */
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-style: normal;
}

.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
}

/* Specific Icons Used */
.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-github:before {
  content: "\f09b";
}

.fa-twitter:before {
  content: "\f099";
} 