@font-face {
    font-family: unifont;
    src: url(/resources/UnifontJIS.woff2);
}

* {
    font-family: unifont, monospace;
    color: black;
}

img {
    image-rendering: crisp-edges;
}

ul {
    list-style-type: none
}

ol {
    list-style-type: none
}

ruffle-embed, video {
    max-height: calc(100vh - 20px);
    max-width: 100vw;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #272826;
    height: 50px;
    text-align: left;
    display: block;
}

.header-icon {
    image-rendering: optimizeQuality;
}

.body {
    margin: 60px 1ch 180px 1ch;
    background-color: white;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    text-align: center;
}

.footer-text {
    color: #dbdbdb;
    background-color: #272826;
}

.mode-button {
    border-style: groove;
    background-color: black;
    color: lightgray;
    border-color: lightgray;
}
