@font-face {
    font-family: 'VremenaGrotesk';
    src: url('VremenaGroteskBold.woff2') format('woff2'),
        url('VremenaGroteskBold.woff') format('woff'),
        url('VremenaGroteskBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'VremenaGrotesk';
    src: url('VremenaGrotesk.woff2') format('woff2'),
        url('VremenaGrotesk.woff') format('woff'),
        url('VremenaGrotesk.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VremenaGrotesk';
    src: url('VremenaGroteskMedium.woff2') format('woff2'),
        url('VremenaGroteskMedium.woff') format('woff'),
        url('VremenaGroteskMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

