/* Regal brand tokens — THE single copy (CODE-STYLE.md §Brand tokens). Loaded FIRST by every page
   (crew, office, quote, invoice, variation); page styles keep their own layout tokens (radii,
   shadows, widths) locally and may add page-specific colours, but never redefine these.
   Exception: costing.html keeps its own deliberately cooler dashboard palette. */
:root{
  --gold:#d0a448;--gold-2:#b8862f;--gold-soft:#f7f0de;--gold-ink:#7a5a12;
  --ink:#15140f;--ink-2:#22201a;
  --bg:#f3f1ec;--surface:#ffffff;--surface-2:#faf9f5;
  --text:#1a1813;--muted:#6b6659;--faint:#767063;
  --line:#e7e3d9;--line-2:#f0ede5;
  --ok:#1e7a40;--ok-soft:#e4f3ea;--danger:#c0392b;--danger-soft:#fbe7e6;
  --biz-accent:var(--gold);   /* multi-business (T7.1): office.js sets this per active business; gold is the single-business fallback */
}
