/* Font settings */
@font-face {
    font-family: "k8x12S";
    src: url("/fonts/k8x12S.ttf");
    font-display: swap;
}

.k8x12 {
    font-family: "k8x12S";
}
.noto {
    font-family: "Noto Sans JP", sans-serif;
}

/* Global styles */
html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #000;
    color: #fff;
    line-height: 1;
    box-sizing: border-box;
}

main {
    display: block;
    margin-top: 60px;
    width: 100%;
    height: auto;
}

p {
    margin: 3px;
    font-size: 1em;
}

a {
    color: #fff;
    text-decoration: none;
}

h1 {
    margin: 0;
}

/* Responsive font size */
@media (min-width: 651px) {
    html {
        font-size: 20px;
    }
}
