/* Site-wide overrides — theme variables come from css/themes */

html {
    font-size: 14px;
    height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/* Sticky footer: body is a full-height flex column, main grows to push the
   footer to the bottom of the viewport on pages short on content. */
body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

main {
    flex: 1 0 auto;
}
