/* Stolzl Font Family - Geometrium School */
/* Подключение шрифтов для корпоративного дизайна */

@font-face {
    font-family: 'Stolzl';
    src: url('../assets/fonts/stolzl_thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stolzl';
    src: url('../assets/fonts/stolzl_light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stolzl';
    src: url('../assets/fonts/stolzl_regular.otf') format('opentype');
    font-weight: 400;  /* Стандартный нормальный вес */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stolzl';
    src: url('../assets/fonts/stolzl_medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stolzl';
    src: url('../assets/fonts/stolzl_bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ПРИМЕЧАНИЕ: font-weight: 450 для book был удален как проблемный */
/* Используются только стандартные веса для лучшей совместимости */