/* Критические шрифты для быстрой загрузки - только веса 400 и 700 */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('Manrope-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url('Manrope-Bold.woff2') format('woff2');
}