/* ===== LOCAL GOLOS TEXT FONTS ===== */

/* Golos Text Regular (400) */
@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/GolosText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Golos Text Medium (500) */
@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/GolosText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Golos Text SemiBold (600) */
@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/GolosText-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Golos Text Bold (700) */
@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/GolosText-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Golos Text ExtraBold (800) */
@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/GolosText-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Golos Text Black (900) */
@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/GolosText-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ===== OPTIMIZED FONT STACK ===== */
:root {
    /* Локальный Golos Text с системным fallback */
    --font-golos: 'Golos Text', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    /* Системный шрифт вместо Inter (экономим ~150KB) */
    --font-inter: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}
