@font-face {
    font-family: 'AdveraRegular';
    src: url('fonts/ru/Forum-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeueMontreal-Light';
    src: url('fonts/ru/Inter-UI-Light.ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeueMontreal-Italic';
    src: url('fonts/ru/Inter-UI-Italic.ttf');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'NeueMontreal-Medium';
    src: url('fonts/ru/Inter-UI-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeueMontreal-Bold';
    src: url('fonts/ru/Inter-UI-Bold.ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeueMontreal-LightItalic';
    src: url('fonts/ru/Inter-UI-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'NeueMontreal-BoldItalic';
    src: url('fonts/ru/Inter-UI-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'NeueMontreal-MediumItalic';
    src: url('fonts/ru/Inter-UI-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'NeueMontreal-Regular';
    src: url('fonts/ru/Inter-UI-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

