/* ════════════════════════════════════════════════════════════════════
   ROOT — app-level CSS variables for the WorkOrders Admin app.
   Loaded BEFORE app.css so downstream stylesheets can consume them.
   Kept intentionally minimal: wbi_core_layout 2026.3.15 ships its own
   --tpl-* token system with defaults (STL blue primary, white surface,
   grey neutrals) and reads --color-* overrides only when we explicitly
   set them. Uncomment lines below to rebrand.
   ════════════════════════════════════════════════════════════════════ */
:root {
    /* Typography */
    --font-primary: 'Montserrat', 'Inter', 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
    --h1-size: 1.85rem;

    /* Optional brand overrides — leave commented to inherit the package defaults
       (STL blue #1946ba primary, white surface, grey neutrals). */
    /* --color-primary: #0052cc; */
    /* --color-primary-rgb: 0, 82, 204; */
    /* --color-stl-blue: #0052cc; */
    /* --color-surface: #ffffff; */
}
