/**
 * Public (landing) pages — 120% rem scale.
 * Overrides Metronic style.bundle.css (html/body font-size: 13px !important).
 */
html {
    font-size: 100% !important;
}

html,
body {
    font-size: .9rem !important;
}

@media (max-width: 991.98px) {
    html,
    body {
        font-size: 0.9rem !important;
    }
}

@media (max-width: 767.98px) {
    html,
    body {
        font-size: 0.9rem !important;
    }
}
