@font-face {
    font-display: swap;
    font-family: 'Major Mono Display';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/major-mono-display-v16-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/quicksand-v31-latin-regular.woff2') format('woff2');
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

#root,
#__next {
    isolation: isolate;
}

body {
    background-color: #222;
    color: #eee;
    font-family: "Quicksand", sans-serif;
}

a, a:visited {
    color: #eee;
}

ul {
    list-style-type: none;
    padding: 0;
}

h1 {
    font-family: 'Major Mono Display', monospace;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: .5em;
}

section {
    display: block;
    max-width: 100vw;
    width: 19em;
    margin: 0 auto;
    padding: 2em 1em;
}

section ul {
    margin-top: 2em;
    text-align: center;
}

img {
    width: 100%;
    border-radius: 1em;
}
