/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Modified to include font-display: swap for better performance
 */
 
/* 
 * Preloading strategy:
 * fa-solid-900.woff2 is preloaded as it contains icons used in the main navigation (bars, globe)
 * fa-brands-400.woff2 is NOT preloaded as it contains social icons at the bottom of the page
 * This reduces initial loading overhead while ensuring critical icons are available immediately
 */

.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}

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

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

.fa-bars::before {
  content: "\f0c9";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-code::before {
  content: "\f121";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-server::before {
  content: "\f233";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-phone::before {
  content: "\f095";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-arrow-up::before {
  content: "\f062";
}

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

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

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

.fa-sun::before {
  content: "\f185";
}

.fa-moon::before {
  content: "\f186";
}

.fa-user::before {
  content: "\f007";
}

.fa-cog::before {
  content: "\f013";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-star::before {
  content: "\f005";
}

.fa-calendar::before {
  content: "\f073";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-heart::before {
  content: "\f004";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-clock::before {
  content: "\f017";
}

.fa-check::before {
  content: "\f00c";
}

.fa-times::before {
  content: "\f00d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-download::before {
  content: "\f019";
}

.fa-play::before {
  content: "\f04b";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-whatsapp::before {
  content: "\f232";
}

.fa-telegram::before {
  content: "\f2c6";
}

.fa-telegram-plane::before {
  content: "\f3fe";
}

.fa-facebook::before {
  content: "\f09a";
}

.fa-instagram::before {
  content: "\f16d";
}

.fa-youtube::before {
  content: "\f167";
}

.fa-snapchat::before {
  content: "\f2ab";
}

.fa-tiktok::before {
  content: "\e07b";
}

.fa-discord::before {
  content: "\f392";
}

.fa-skype::before {
  content: "\f17e";
}

.fa-slack::before {
  content: "\f198";
}