subscript 0.4.1

reserved 👉 for the new compiler (and other infrastructure) see https://github.com/subscript-publishing 👉 We decided to move away from the old monolithic codebase and split everything into smaller sub-projects (for now).
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    border-bottom: 1px solid #444;
    align-self: start;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 2.3em;
    font-weight: 700;
    color: #303233;
}
h2 {
    font-size: 2em;
    font-weight: 700;
    color: #303233;
}
h3 {
    font-size: 1.6em;
    color: #32403f;
    font-weight: 400;
}
h4 {
    font-size: 1.2em;
    color: #32403f;
    font-weight: 100;
}
h5 {
    font-size: 1em;
    color: #32403f;
    font-weight: 100;
}
h6 {
    font-size: 0.9em;
    color: #32403f;
    font-weight: 100;
}

@media (max-width: 900px) {
    h1 {
        font-size: 1.8em;
    }
    h2 {
        font-size: 1.5em;
    }
    h3 {
        font-size: 1em;
    }
    h4 {
        font-size: 0.8em;
    }
    h5 {
        font-size: 0.7em;
    }
    h6 {
        font-size: 0.6em;
    }
}

dl, ul, ol {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

p, a {
    font-family: 'Roboto', serif;
    text-rendering: optimizeLegibility;
}

pre {
    font-family: 'Roboto Slab', monospace;
    text-rendering: optimizeLegibility;
}

p {
    margin: 12px 4px;
}

li, dt, dd, th, td {
    font-family: 'Roboto Slab', monospace;
    text-rendering: optimizeLegibility;
    text-align: justify;
}

li, dd {
    margin-bottom: 4px;
}

li:last-child,
dd:last-child {
    margin-bottom: 0;
}