/* ─────────────────────────────────────────────────────────────────────────────
   theme-override.css — per-deployment / customer re-skin (doc 050).

   Loaded AFTER site.css, so anything you redefine here wins. The default file is
   a NO-OP (ships the standard blue brand). To re-skin, uncomment + edit the tokens
   below — the whole app (chrome, login, DashboardPlus, charts) follows.

   Keep the rules in doc 050 §6/§7: maintain contrast, keep the status colours
   distinct + conventional, and don't make the brand an amber that reads as "warning".
   ───────────────────────────────────────────────────────────────────────────── */

/* Example — an "Acme teal" theme. Uncomment and adjust:

:root {
    --pmpc-accent:        #0F766E;
    --pmpc-accent-bright: #2DD4BF;
    --pmpc-accent-hover:  #0E6A63;
    --pmpc-accent-active: #0B5853;
    --pmpc-accent-soft:   rgba(15, 118, 110, 0.18);
    --pmpc-accent-tint:   rgba(15, 118, 110, 0.08);
    --pmpc-accent-text:   #ffffff;

    --pmpc-link:          var(--pmpc-accent);

    --pmpc-font:          'Inter', 'Segoe UI', sans-serif;

    --pmpc-panel-header-bg: #0F2E2B;
    --pmpc-heading-ink:     #0F2E2B;
}

*/
