
@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/fonts/Bebas_Neue/BebasNeue-Bold.otf') format('opentype');
    font-display: swap;
}

@font-face {
    /* Обратите внимание: здесь font-family совпадает с тем, что вы в CSS пишете */
    font-family: 'Montserrat';
    font-style: normal;
    /* Диапазон весов, который поддерживает файл */
    font-weight: 100 900;
    src: url('/assets/fonts/ttf/Montserrat-VariableFont_wght.ttf')
    format('truetype-variations');
    font-display: swap;
}

