/* Laws Of Robots — design tokens. Ledger v1.2 register, Box A v1.0 ratified 2026-07-15
   ("W7, proceed"). Governing spec: docs/Claude_-_20260715j_Phase41_Slice268_DesignAndBootstrap.md §4.
   Pinned contrast: accent-on-paper 7.9:1 · white-on-accent 8.6:1 · graphic-on-paper 4.3:1.
   (Measured note, WS6: the 8.6:1 pin is literal white #FFFFFF on accent; the rendered pair
   --accent-ink (#F4F5F7) on accent measures 7.93:1 — clears AAA. graphic-on-paper 4.34:1 is
   decoration-only in practice; every meaning-bearing use clears its bar.) */
:root {
  --paper: #F4F5F7;
  --ink: #16181D;
  --muted: #5C6470;
  --line: #D3D7DE;
  --panel: #FFFFFF;
  --chip: #E9ECF1;
  --accent: #005366;   /* Petrol Blue (recorded token name, owner ruling 2026-07-16) — wordmark, links, buttons, law numerals */
  --accent-g: #0E7E95; /* graphic petrol — floor rule, marks */
  --accent-ink: #F4F5F7;

  --serif: "Source Serif 4", "Source Serif Pro", "Source Serif", "PT Serif", Georgia, "Times New Roman", serif;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, "Cascadia Code", Consolas, Menlo, monospace;

  /* vendored VERBATIM from res core/owner-ui/src/index.css lines 18-19 (--font-tagline) — never edit */
  --font-tagline: "Source Serif Pro", "Source Serif", "PT Serif",
    "Merriweather", Georgia, "Times New Roman", serif;
}
