@font-face {
    font-family: 'Winky Sans';
    src: url('WinkySans-Light.woff2') format('woff2'),
        url('WinkySans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Winky Sans';
    src: url('WinkySans-Regular.woff2') format('woff2'),
        url('WinkySans-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Winky Sans';
    src: url('WinkySans-SemiBold.woff2') format('woff2'),
        url('WinkySans-SemiBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Schibsted Grotesk';
    src: url('SchibstedGrotesk-Regular.woff2') format('woff2'),
        url('SchibstedGrotesk-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Schibsted Grotesk';
    src: url('SchibstedGrotesk-SemiBold.woff2') format('woff2'),
        url('SchibstedGrotesk-SemiBold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}