@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Jura:wght@300..700&family=Sulphur+Point:wght@300;400;700&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    font-family: 'Schibsted Grotesk', sans-serif;
}

.font-comfortaa {
    font-family: 'Comfortaa', sans-serif;
}

.font-sulphur {
    font-family: 'Sulphur Point', sans-serif;
}

.font-jura {
    font-family: 'Jura', sans-serif;
}

::selection {
    background: rgb(24, 24, 24);
    color: skyblue;
}