/* Font Awesome 6 - Minimal subset (21 icons) */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/webfonts/fa-solid-900.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/webfonts/fa-brands-400.woff2') format('woff2');
}

.fa, .fas, .fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-rendering: auto;
  line-height: 1;
  font-variant: normal;
  speak: never;
}
.fab, .fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-rendering: auto;
  line-height: 1;
  font-variant: normal;
  speak: never;
}

/* Sizing */
.fa-lg { font-size: 1.25em; line-height: 0.05em; vertical-align: -0.075em; }
.fa-xl { font-size: 1.5em; line-height: 0.04167em; vertical-align: -0.125em; }
.fa-2x { font-size: 2em; }
.fa-xs { font-size: 0.75em; line-height: 0.08333em; vertical-align: 0.125em; }
.fa-sm { font-size: 0.875em; line-height: 0.07143em; vertical-align: 0.05357em; }

/* Solid icons (19) */
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-bars::before { content: "\f0c9"; }
.fa-book::before { content: "\f02d"; }
.fa-calendar-alt::before, .fa-calendar-days::before { content: "\f073"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-external-link-alt::before, .fa-up-right-from-square::before { content: "\f35d"; }
.fa-file-alt::before, .fa-file-lines::before { content: "\f15c"; }
.fa-file-pdf::before { content: "\f1c1"; }
.fa-flask::before { content: "\f0c3"; }
.fa-globe::before { content: "\f0ac"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-link::before { content: "\f0c1"; }
.fa-pen-fancy::before { content: "\f5ac"; }
.fa-project-diagram::before, .fa-diagram-project::before { content: "\f542"; }
.fa-search::before, .fa-magnifying-glass::before { content: "\f002"; }
.fa-times::before, .fa-xmark::before { content: "\f00d"; }
.fa-user::before { content: "\f007"; }

/* Brand icons (2) */
.fa-github::before { content: "\f09b"; }
.fa-instagram::before { content: "\f16d"; }
