/* Font Awesome Subset — auto-generated from FA Pro source fonts.
   Contains only the 27 icons used in the 9rayti codebase.
   Total: ~3.5 KB (vs 135 KB from CDN all.css) */

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

@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/fa-subset/fa-regular-400.woff2') format('woff2');
}

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

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

.fa-solid, .fas, .fa { font-family: 'Font Awesome 6 Pro'; font-weight: 900; }
.fa-regular, .far { font-family: 'Font Awesome 6 Pro'; font-weight: 400; }
.fa-brands, .fab { font-family: 'Font Awesome 6 Brands'; font-weight: 400; }

/* Sizing */
.fa-xs { font-size: .75em; }
.fa-sm { font-size: .875em; }
.fa-lg { font-size: 1.25em; }
.fa-xl { font-size: 1.5em; }
.fa-2x { font-size: 2em; }

/* Animation */
.fa-spin { animation: fa-spin 2s infinite linear; }
@keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* === Solid icons (17) === */
.fa-bars::before { content: "\f0c9"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-spinner::before { content: "\f110"; }
.fa-times::before, .fa-xmark::before { content: "\f00d"; }
.fa-user-plus::before { content: "\f234"; }
.fa-university::before, .fa-building-columns::before { content: "\f19c"; }
.fa-location-dot::before, .fa-map-marker-alt::before { content: "\f3c5"; }
.fa-tag::before { content: "\f02b"; }
.fa-list::before { content: "\f03a"; }
.fa-sparkles::before { content: "\e5d6"; }
.fa-copy::before { content: "\f0c5"; }
.fa-magnifying-glass::before, .fa-search::before { content: "\f002"; }
.fa-exclamation-triangle::before, .fa-triangle-exclamation::before { content: "\f071"; }
.fa-users::before { content: "\f0c0"; }

/* === Regular icons (9) === */
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-up-right::before { content: "\e09f"; }
.fa-arrow-up-right-from-square::before, .fa-external-link::before { content: "\f08e"; }
.fa-right-to-bracket::before, .fa-sign-in::before { content: "\f2f6"; }
.fa-calendar-circle-minus::before { content: "\e46f"; }
.fa-calendar-clock::before { content: "\e0d2"; }
.fa-badge-check::before { content: "\f336"; }

/* === Brand icons (3) === */
.fa-facebook::before, .fa-facebook-f::before { content: "\f09a"; }
.fa-instagram::before { content: "\f16d"; }
.fa-x-twitter::before { content: "\e61b"; }
