/* Mulish (прямой) */
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900; /* весь диапазон весов */
    font-display: swap;
    font-style: normal;
}

/* Mulish (курсив) */
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Italic-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-display: swap;
    font-style: italic;
}

/* Urbanist (прямой) */
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
}

/* Urbanist (курсив) */
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-Italic-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-display: swap;
    font-style: italic;
}

/* Inter — прямой вариативный шрифт (TTF) */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-optical-sizing: auto;
    font-display: swap;
    font-style: normal;
}

/* Inter — курсивный вариативный шрифт (TTF) */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-optical-sizing: auto;
    font-display: swap;
    font-style: italic;
}