/*
 * Mid-desktop readability experiment
 *
 * Increase the existing 0.738 UI scale by 5% at 1280-1919px. The 1920px+
 * widescreen tier remains controlled independently by widescreen-scale.css.
 *
 * Rollback: apply MID_DESKTOP_SCALING_ROLLBACK.patch from the repository root.
 */
@media (min-width: 1280px) and (max-width: 1919px) {
    :root {
        --ui-scale: 0.775;
    }
}
