/* ============================================================
   fonts.css - ИСПРАВЛЕННАЯ ВЕРСИЯ
   Версия: 2.8 - font-display: swap
   ============================================================ */

/* ============================================================
   INTER — ОСНОВНОЙ ШРИФТ (font-display: swap)
   ============================================================ */

/* Inter Regular (400) */
@font-face {
    font-family: 'Inter';
    src: url('/fonts.php?file=Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    size-adjust: 100.5%;
    ascent-override: 90%;
    descent-override: 20%;
    line-gap-override: 0%;
}

/* Inter Medium (500) */
@font-face {
    font-family: 'Inter';
    src: url('/fonts.php?file=Inter-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    size-adjust: 100.5%;
    ascent-override: 90%;
    descent-override: 20%;
}

/* Inter SemiBold (600) */
@font-face {
    font-family: 'Inter';
    src: url('/fonts.php?file=Inter-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    size-adjust: 100.5%;
    ascent-override: 90%;
    descent-override: 20%;
}

/* Inter Bold (700) */
@font-face {
    font-family: 'Inter';
    src: url('/fonts.php?file=Inter-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    size-adjust: 100.5%;
    ascent-override: 90%;
    descent-override: 20%;
}

/* Inter Light (300) */
@font-face {
    font-family: 'Inter';
    src: url('/fonts.php?file=Inter-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    size-adjust: 100.5%;
    ascent-override: 90%;
    descent-override: 20%;
}

/* Inter ExtraLight (200) */
@font-face {
    font-family: 'Inter';
    src: url('/fonts.php?file=Inter-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    size-adjust: 100.5%;
    ascent-override: 90%;
    descent-override: 20%;
}

/* Inter Thin (100) */
@font-face {
    font-family: 'Inter';
    src: url('/fonts.php?file=Inter-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    size-adjust: 100.5%;
    ascent-override: 90%;
    descent-override: 20%;
}

/* Inter Black (900) */
@font-face {
    font-family: 'Inter';
    src: url('/fonts.php?file=Inter-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    size-adjust: 100%;
    ascent-override: 88%;
    descent-override: 20%;
}

/* ============================================================
   FALLBACK — СИСТЕМНЫЕ ШРИФТЫ
   ============================================================ */

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 
                 Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', Arial, 
                 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.2;
}

code, pre, .mono, .font-mono {
    font-family: 'Inter', 'Courier New', Courier, monospace;
}

button, input, select, textarea {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}