/* Quick fix for footer line height in mobile */
@media screen and (max-width: 768px) {
    footer,
    .footer,
    .site-footer {
        line-height: 1.6;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 0.85rem;
    }

    .copyright {
        line-height: 1.6;
        margin-top: 10px;
    }
}

:root {
    --md-text-font-size: 18px;
}

@media screen and (max-width: 76.25em) {
    .md-content {
        font-size: 0.9rem;
    }

    p,
    ul,
    h2 {
        margin-bottom: 0.2em;
    }
}
