@font-face {
    font-family: Oswald;
    src: url(../fonts/Oswald-VariableFont_wght.ttf);
}

* {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    touch-action: pan-y;
    scroll-behavior: smooth;
}
