@font-face {
    font-family: "Scholar";
    src: url("/assets/fonts/scholar-regular.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Scholar";
    src: url("/assets/fonts/scholar-italic.otf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

body, html {
    margin: 0;
    overflow-x: hidden;
    width: 100vw;
}