@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/InterVariable.woff2') format('woff2');
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    min-height: 100vh;
    background: #0a0a0a;
    color: #fff;
    font-family: 'Inter', sans-serif;
    overscroll-behavior-x: none;
    text-wrap: pretty;
}

main {
    width: 820px;
    max-width: min(calc(100vw - 40px), 820px);
    display: flex;
    flex-direction: column;
    padding: 20px 20px;
}

p,
ul {
    font-size: 1em;
    line-height: calc(1ex / 0.32);
}
