/* VisibleWorkflows — brand tokens (CANONICAL). Loaded after style.css.
   Family: Visible (SEMPITE). Shared: dark bg, gold spotlight, Space Grotesk + Inter.
   Per-site: --accent / --accent-2 / --grad-brand. */
:root{
  --bg:#0E1014; --surface:#171A21; --surface2:#1E222B; --text:#F4F2EC; --muted:#9BA3AF;
  --accent:#14B8A6; --accent-2:#22C55E; --accent-hover:#2DD4BF;
  --accent-rgb:20,184,166; --accent2-rgb:34,197,94;
  --gold:#E8B23A; --silver:#C9D2DE; --bronze:#C0824F;
  --line:rgba(255,255,255,0.10); --line-2:rgba(255,255,255,0.16); --radius:16px;
  --font-display:'Space Grotesk','Inter',sans-serif; --font-body:'Inter',system-ui,-apple-system,sans-serif;
  --grad-brand:linear-gradient(135deg,#5EEAD4,#14B8A6);
  --grad-gold:linear-gradient(135deg,#F5D488,#E8B23A);
  --grad-accent:linear-gradient(110deg,#14B8A6,#22C55E);
}
