@font-face {
    font-family: "Squid-Game";
    src: url("/static/fonts/SquidGame.ttf");
}

@font-face {
    font-family: "1942";
    src: url("/static/fonts/1942.ttf");
}

@font-face {
    font-family: "Typewriter";
    src: url("/static/fonts/JMH Typewriter-Bold.ttf");
}

h1 {
    font-family: "Squid-Game";
}

a.nav-link {
    font-family: "Squid-Game";
}

body {
    font-family: "Typewriter";
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

@media(max-width: 1370px) {
    a.nav-link {
        font-size: 0.75rem;
    }
}