@media only screen and (min-width: 76.25em) {
    html {
        font-size: 125%; /* previsouly: 150%; */
    }
    .md-grid {
        max-width: 70rem; /* previsouly: 61rem; */
    }
}

:root > * {
    --md-footer-bg-color: #f8f9fa;
    --md-footer-fg-color: #000000;
}
