/* Shared typography for modernized public pages */
body.homepage {
    font-size: 20px;
    line-height: 1.75;
}

@media (max-width: 767px) {
    body.homepage {
        font-size: 18px;
    }
}
