/* ==========================================================================
   ACBIZ CFMS — Shared Brand Tokens ("the ledger")
   Loaded before any page-specific stylesheet on every page using the
   ledger design system (landing, dashboard/app, auth). Change a color or
   font here and it updates everywhere at once — don't redefine these in
   individual page stylesheets.
   ========================================================================== */

:root {
    --ink:          #0B1F1A;
    --ink-soft:     #56635C;
    --paper:        #F2F4EF;
    --paper-raised: #FFFFFF;
    --ledger:       #12513E;
    --ledger-bright:#1E7A5F;
    --gold:         #C9A227;
    --gold-soft:    #E7D9A6;
    --line:         rgba(11, 31, 26, 0.12);
    --line-on-dark: rgba(242, 244, 239, 0.16);

    --font-display: 'Space Grotesk', 'Segoe UI', sans-serif;
    --font-body:    'IBM Plex Sans', 'Segoe UI', sans-serif;
    --font-mono:    'IBM Plex Mono', 'SFMono-Regular', Consolas, monospace;
}
