/* ===================================
   Tax Radar - Design Tokens
   Locked brand values for the site rebuild.

   Not linked by any page yet; the rebuilt pages will load it ahead of
   their own stylesheet. Names are deliberately distinct from the
   --primary-*/--accent-* variables in styles.css so the two can sit
   side by side during the rebuild without collision.
   ================================ */

:root {
    /* Navy — surfaces and structure */
    --navy: #1B2A4A;
    --navy-deep: #141F38;
    --navy-panel: #1F2E52;

    /* Teal — primary accent */
    --teal: #2A9D8F;
    --teal-bright: #3DB9A4;

    /* Paper — light backgrounds */
    --paper: #F8F9FA;
    --paper-deep: #EFF1F4;

    /* Ink — secondary text */
    --ink-soft: #4A5568;
    --ink-dim: #93A3BF;

    /* Dividers */
    --rule: #D6DAE1;

    /* Status */
    --warn: #C77D2E;
    --red: #C0504A;
    --green: #2F9E62;

    /* Typefaces — faces declared in fonts.css */
    --font-heading: 'Fraunces', Georgia, 'Times New Roman', serif;
    --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-mono: 'DM Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
