/* ===== SCALE FIX — add at the very top of custom.css ===== */

html {
    font-size: 12px !important; /* Scales all rem-based sizes up by 1.25x */
}

/* If the above alone isn't enough, also add: */
body {
    font-size: 1rem !important;
    zoom: 1.25; /* mirrors your Chrome 125% fix — works in most browsers */
}