/* Xeno: локальный subset Font Awesome 6.5.1 (только используемые иконки).
   Полный CSS с CDN (~102 КБ + кросс-доменные запросы) заменён этим файлом. */

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    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: block;
    src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

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

.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

/* Solid */
.fa-bars::before { content: "\f0c9"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-certificate::before { content: "\f0a3"; }
.fa-check::before { content: "\f00c"; }
.fa-check-circle::before { content: "\f058"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-clock::before { content: "\f017"; }
.fa-code-branch::before { content: "\f126"; }
.fa-copy::before { content: "\f0c5"; }
.fa-database::before { content: "\f1c0"; }
.fa-download::before { content: "\f019"; }
.fa-external-link-alt::before { content: "\f35d"; }
.fa-feather::before { content: "\f52d"; }
.fa-gauge-high::before { content: "\f625"; }
.fa-gamepad::before { content: "\f11b"; }
.fa-gift::before { content: "\f06b"; }
.fa-globe-americas::before { content: "\f57d"; }
.fa-hard-drive::before { content: "\f0a0"; }
.fa-history::before { content: "\f1da"; }
.fa-key::before { content: "\f084"; }
.fa-memory::before { content: "\f538"; }
.fa-microchip::before { content: "\f2db"; }
.fa-network-wired::before { content: "\f6ff"; }
.fa-rocket::before { content: "\f135"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-times::before { content: "\f00d"; }
.fa-times-circle::before { content: "\f057"; }
.fa-user-secret::before { content: "\f21b"; }
.fa-users::before { content: "\f0c0"; }
.fa-ghost::before { content: "\f6e2"; }

/* Brands */
.fa-discord::before { content: "\f392"; }
.fa-windows::before { content: "\f17a"; }
