/*
 * Font Awesome Subset — only the 28 icons used by the Athenaeum theme.
 * Generated from FA 6.5.1 Free. ~3 KB vs ~85 KB for the full bundle.
 * This replaces the CDN-loaded all.min.css to eliminate render-blocking.
 */

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

/* ===== Solid icons (fas) ===== */
.fa-atom::before { content: "\f5d2"; }
.fa-bars::before { content: "\f0c9"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-building::before { content: "\f1ad"; }
.fa-calendar::before { content: "\f133"; }
.fa-check-double::before { content: "\f560"; }
.fa-clock::before { content: "\f017"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-file-alt::before { content: "\f15c"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-heartbeat::before { content: "\f21e"; }
.fa-landmark::before { content: "\f66f"; }
.fa-map-marked-alt::before { content: "\f5a0"; }
.fa-microchip::before { content: "\f2db"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-phone::before { content: "\f095"; }
.fa-play-circle::before { content: "\f144"; }
.fa-rocket::before { content: "\f135"; }
.fa-search::before { content: "\f002"; }
.fa-sync-alt::before { content: "\f2f1"; }
.fa-train::before { content: "\f238"; }
.fa-university::before { content: "\f19c"; }
.fa-users::before { content: "\f0c0"; }

/* ===== Brand icons (fab) ===== */
.fa-facebook-f::before { content: "\f39e"; }
.fa-instagram::before { content: "\f16d"; }
.fa-telegram-plane::before { content: "\f3fe"; }
.fa-twitter::before { content: "\f099"; }
.fa-youtube::before { content: "\f167"; }

/*
 * Font Awesome Free webfont — woff2 only (~30KB for these glyphs vs 150KB full).
 * font-display: block prevents invisible text during font load.
 */
@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.5.1/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('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.woff2') format('woff2');
}

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

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