/* VAYON site token layer (brief 2026-07-28-057, A1) — the ONE shared palette both sheets read.
   These are the instrument-language values proven on the home page in sprint 644 and lifted out of
   the body.theme-instrument scope so every page can inherit them. Component rules stay in
   instrument.css (home-scoped); page rules stay in style.css. A theme change is a values change in
   THIS file only (D-09: a theme that needs different HTML is a second product). */
:root {
  --bg:#06080d; --bg2:#0a0e17; --panel:#0e1420; --panel2:#131b2a;
  --line:rgba(255,255,255,.09); --line2:rgba(255,255,255,.16);
  --tx:#e8edf6; --tx2:#95a3bb; --tx3:#5f6d85;
  --acc:#29c5ff; --acc2:#0b8fc4;
  --ok:#3ddc97; --warn:#ffb020; --stop:#ff5a6a;
  --r:6px; --r-lg:10px;
  --sans:"Heebo", "Segoe UI", system-ui, sans-serif;
  --mono:"IBM Plex Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
}
