/* Optimized Font Awesome CSS with font-display: swap */

/* Font Awesome 6 Brands */
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://use.fontawesome.com/releases/v6.4.0/webfonts/fa-brands-400.woff2') format('woff2');
}

/* Font Awesome 6 Free Regular */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://use.fontawesome.com/releases/v6.4.0/webfonts/fa-regular-400.woff2') format('woff2');
}

/* Font Awesome 6 Free Solid */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://use.fontawesome.com/releases/v6.4.0/webfonts/fa-solid-900.woff2') format('woff2');
}

/* Font metric overrides to prevent layout shifts */
.fas, .far, .fab, .fa {
  font-display: swap !important;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

/* Ensure consistent icon sizing during font loading */
.fas, .far, .fab {
  font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands';
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

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

.far {
  font-weight: 400;
}

.fas {
  font-weight: 900;
}

/* Icon content definitions */
.fa-linkedin::before { content: "\f08c"; }
.fa-twitter::before { content: "\f099"; }
.fa-github::before { content: "\f09b"; }
.fa-calendar-plus::before { content: "\f271"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-clock::before { content: "\f017"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-times::before { content: "\f00d"; }
.fa-plus::before { content: "\f067"; }
.fa-minus::before { content: "\f068"; }
.fa-search::before { content: "\f002"; }
.fa-user::before { content: "\f007"; }
.fa-home::before { content: "\f015"; }
.fa-phone::before { content: "\f095"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-external-link-alt::before { content: "\f35d"; }
.fa-download::before { content: "\f019"; }
.fa-upload::before { content: "\f093"; }
.fa-save::before { content: "\f0c7"; }
.fa-edit::before { content: "\f044"; }
.fa-trash::before { content: "\f1f8"; }
.fa-check::before { content: "\f00c"; }
.fa-times-circle::before { content: "\f057"; }
.fa-check-circle::before { content: "\f058"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-exclamation-circle::before { content: "\f06a"; }
.fa-question-circle::before { content: "\f059"; }
.fa-star::before { content: "\f005"; }
.fa-heart::before { content: "\f004"; }
.fa-thumbs-up::before { content: "\f164"; }
.fa-thumbs-down::before { content: "\f165"; }
.fa-share::before { content: "\f064"; }
.fa-share-alt::before { content: "\f1e0"; }
.fa-print::before { content: "\f02f"; }
.fa-copy::before { content: "\f0c5"; }
.fa-cut::before { content: "\f0c4"; }
.fa-paste::before { content: "\f0ea"; }
.fa-undo::before { content: "\f0e2"; }
.fa-redo::before { content: "\f01e"; }
.fa-sync::before { content: "\f021"; }
.fa-sync-alt::before { content: "\f2f1"; }
.fa-spinner::before { content: "\f110"; }
.fa-cog::before { content: "\f013"; }
.fa-cogs::before { content: "\f085"; }
.fa-wrench::before { content: "\f0ad"; }
.fa-tools::before { content: "\f7d9"; }
.fa-hammer::before { content: "\f6e3"; }
.fa-screwdriver::before { content: "\f54a"; }
.fa-tachometer-alt::before { content: "\f3fd"; }
.fa-chart-line::before { content: "\f201"; }
.fa-chart-bar::before { content: "\f080"; }
.fa-chart-pie::before { content: "\f200"; }
.fa-chart-area::before { content: "\f1fe"; }
.fa-table::before { content: "\f0ce"; }
.fa-list::before { content: "\f03a"; }
.fa-list-ul::before { content: "\f0ca"; }
.fa-list-ol::before { content: "\f0cb"; }
.fa-list-alt::before { content: "\f022"; }
.fa-tasks::before { content: "\f0ae"; }
.fa-check-square::before { content: "\f14a"; }
.fa-square::before { content: "\f0c8"; }
.fa-circle::before { content: "\f111"; }
.fa-dot-circle::before { content: "\f192"; }
.fa-circle-notch::before { content: "\f1ce"; }
