@font-face {
    font-family: "Inter";
    src: url("/static/InterVariable.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
}

article {
    max-width: 720px !important;
    text-align: left;
    font-family: "Inter", sans-serif;
    background-color: var(--card-color);
    padding: 16px;
    margin: 20px auto;
    line-height: 1.7;
}

h1 {
    font-size: 2rem;
    font-weight: 600;
    margin: 0.4rem 0 0.6rem 0;
}

h2 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 2rem 0 0.5rem 0;
}

h3 {
    font-size: 1.2rem;
    font-weight: 550;
    margin: 1.5rem 0 0.4rem 0;
}

ol,
ul {
    padding-left: 1.5rem;
}

ol li,
ul li {
    margin-bottom: 1.2rem;
}

ol li::marker {
    font-weight: 600;
}

article a {
    color: var(--accent);
}

article a:hover {
    text-decoration: underline;
}

em {
    font-size: 0.9rem;
}