html {
    font-size: 18px;
}

body {
    max-width: 72ch;
    margin: 0 auto;
    padding: 2rem 1rem;

    font-family: 'Hanken Grotesk', system-ui, sans-serif;
    font-size: 1rem;
    line-height: 1.56;
}

/* Front page */

body.front-page {
    /* max-width: 100ch; */
}

/* Header */

h1 {
    margin-top: 0;
    margin-bottom: 0;
}

#author {
    margin-top: 0;
    text-align: right;

    font-style: italic;
}

/* Footer */

footer {
    text-align: center;
    font-size: 80%;
    color: #666;
}

/* Content */

code,
kbd,
pre,
samp {
    font-family: 'Noto Sans Mono', monospace;
    font-size: 0.85rem;
}

img {
    max-width: 100%;
}

.block-math {
    font-size: 120%;
    text-align: center;
}
