@font-face {
    font-family: "VT323";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/assets/fonts/vt323-latin-400-normal.woff2") format("woff2");
}

@font-face {
    font-family: "VT323";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/assets/fonts/vt323-latin-ext-400-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Press Start 2P";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/assets/fonts/press-start-2p-latin-400-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Press Start 2P";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/assets/fonts/press-start-2p-latin-ext-400-normal.woff2") format("woff2");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #0a0f0a;
    color: #33ff66;
    font-family: "VT323", "Courier New", monospace;
}

#game {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#game canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.noscript-fallback {
    position: fixed;
    inset: 0;
    z-index: 10;
    padding: 2rem;
    overflow-y: auto;
    background: #0a0f0a;
    font-family: "VT323", "Courier New", monospace;
    font-size: 2.5rem;
    line-height: 1.5;
    max-width: 52rem;
}

.noscript-fallback h1,
.noscript-fallback h2,
.noscript-fallback h3 {
    color: #ffb000;
    font-weight: 400;
}

.noscript-fallback h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.noscript-fallback h2 {
    font-size: 2.75rem;
    margin: 1.5rem 0 0.75rem;
}

.noscript-fallback h3 {
    font-size: 2.25rem;
    margin: 1rem 0 0.5rem;
}

.noscript-fallback section + section {
    margin-top: 0.5rem;
}

.noscript-fallback ul {
    margin: 0.5rem 0 0 1.5rem;
    list-style: square;
}

.noscript-fallback li + li {
    margin-top: 0.35rem;
}

.noscript-fallback a {
    color: #7fff9f;
}

.noscript-note {
    margin-top: 2rem;
    color: #1faa44;
    font-size: 2rem;
}
