@font-face {
    font-family: 'Korolev';
    src: url('../fonts/korolev-bold.woff2') format('woff2'),
        url('../fonts/korolev-bold.woff') format('woff'),
        url('../fonts/korolev-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Korolev';
    src: url('../fonts/korolev-heavy.woff2') format('woff2'),
        url('../fonts/korolev-heavy.woff') format('woff'),
        url('../fonts/korolev-heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Korolev';
    src: url('../fonts/korolev-medium.woff2') format('woff2'),
        url('../fonts/korolev-medium.woff') format('woff'),
        url('../fonts/korolev-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Korolev';
    src: url('../fonts/korolev-thin.woff2') format('woff2'),
        url('../fonts/korolev-thin.woff') format('woff'),
        url('../fonts/korolev-thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Korolev';
    src: url('../fonts/korolev-light.woff2') format('woff2'),
        url('../fonts/korolev-light.woff') format('woff'),
        url('../fonts/korolev-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Bebas Kai';
    src: url('../fonts/bebaskai.woff2') format('woff2'),
        url('../fonts/bebaskai.woff') format('woff'),
        url('../fonts/bebaskai.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

