/* ========== КАСТОМНЫЕ ШРИФТЫ ========== */
/* KogniGear — основной шрифт с поддержкой кириллицы */
@font-face {
    font-family: 'KogniGear';
    src: url('/static/fonts/KogniGear.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
