@font-face { font-family: inter; src: url("/assets/Inter.ttf") format("truetype");}
@font-face { font-family: aileron; src: url("/assets/Aileron.otf") format("opentype"); }

html {
    font-size: 1.3em;
}

body {
    background-color: #111111;
    display: flex;
    justify-content: center;
}
h1, h2, h3, p, span {
    color: white;
    font-family: aileron;
}

content {
    position: relative;
    width: clamp(800px, 40vw, 1200px);
    container-type: size;
}
content > h1 {
    color: #d08020;
    text-align: center;
    font-size: 4em;
    margin: 0;
}

.ascii, .ascii > * {
    width: 100%;
    font-family: monospace;
    color: white;
}
