@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Cousine:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html {
    max-width: 70ch;
    padding: 2ch;
    margin: auto;
    font-size: 0.95em;
    line-height: 1.5;
    font-family: "Arimo", sans-serif;
}

pre, code {

    /*
     * If we didn't set text-wrap-mode to unset, code blocks that are too long
     * will cause a horizontal scrollbar to appear at the bottom of the
     * viewport.
     */
    text-wrap-mode: unset;
    font-family: "Cousine", monospace;
}