@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap');

@font-face {
    font-family: 'Ageta';
    src: url('../fonts/ageta_chubby.otf') format('otf'),
        url('../fonts/ageta_chubby.woff2') format('woff2'),
        url('../fonts/ageta_chubby.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SKODA Next';
    src: url('../fonts/SKODANext-Light.eot');
    src: url('../fonts/SKODANext-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SKODANext-Light.woff2') format('woff2'),
        url('../fonts/SKODANext-Light.woff') format('woff'),
        url('../fonts/SKODANext-Light.ttf') format('truetype'),
        url('../fonts/SKODANext-Light.svg#SKODANext-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SKODA Next';
    src: url('../fonts/SKODANext-Regular.eot');
    src: url('../fonts/SKODANext-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SKODANext-Regular.woff2') format('woff2'),
        url('../fonts/SKODANext-Regular.woff') format('woff'),
        url('../fonts/SKODANext-Regular.ttf') format('truetype'),
        url('../fonts/SKODANext-Regular.svg#SKODANext-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SKODA Next';
    src: url('../fonts/SKODANext-Black.eot');
    src: url('../fonts/SKODANext-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SKODANext-Black.woff2') format('woff2'),
        url('../fonts/SKODANext-Black.woff') format('woff'),
        url('../fonts/SKODANext-Black.ttf') format('truetype'),
        url('../fonts/SKODANext-Black.svg#SKODANext-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SKODA Next';
    src: url('../fonts/SKODANext-Bold.eot');
    src: url('../fonts/SKODANext-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SKODANext-Bold.woff2') format('woff2'),
        url('../fonts/SKODANext-Bold.woff') format('woff'),
        url('../fonts/SKODANext-Bold.ttf') format('truetype'),
        url('../fonts/SKODANext-Bold.svg#SKODANext-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}