/* Shared readable type scale for all ERP workspaces. */
html { font-size: 14px; }
body { font-size: 14px; line-height: 1.45; }
body, button, input, select, textarea { font-family: "Segoe UI", Arial, sans-serif; }
button, input, select, textarea { font-size: 14px; }
h1 { font-size: clamp(24px, 2vw, 30px) !important; line-height: 1.2; }
h2 { font-size: 19px !important; line-height: 1.3; }
h3 { font-size: 16px !important; line-height: 1.35; }
table { font-size: 13px; }
th { font-size: 11px; }
small, .text-muted { font-size: 12px; }
@media (max-width: 700px) {
    body, button, input, select, textarea { font-size: 13px; }
    h1 { font-size: 24px !important; }
    h2 { font-size: 18px !important; }
}
