body {
    overflow: hidden;
}

@font-face {
    font-family: "Emblem";
    src: url("/assets/fonts/Emblem.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

.site-name {
    font-family: 'Emblem', sans-serif;
    font-size: 3rem;
    font-weight: 500;
}