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

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: 'Schibsted Grotesk', sans-serif;
}