/* Verzi design tokens · v1 · see brand-book.html for usage rules */
:root {
  /* color — dark clinical base, one earned green accent (the output node) */
  --verzi-ink:      #0A0C0F;  /* primary background (Void) */
  --verzi-paper:    #FAFAFA;
  --verzi-signal:   #34E0A1;  /* Verzi Green — live / output / CTA, never decorative */
  --verzi-deep:     #0F7D5C;  /* the same green, for use on light backgrounds */
  --verzi-surface:  #0F1318;  /* panels, cards */
  --verzi-hairline: #161E26;
  --verzi-line:     #1D2630;  /* borders, dividers */
  --verzi-dim:      #6B7682;
  --verzi-muted:    #AEB9C4;  /* body text on dark */
  --verzi-soft:     #D4DCE4;
  --verzi-data:     #5AA9FF;  /* links, data viz */
  /* semantic — product state only, never marketing */
  --verzi-warn:     #F5B14C;
  --verzi-alarm:    #F87171;

  /* type — Space Grotesk is the logo only; Inter sets everything else */
  --verzi-font-display:  'Inter', system-ui, sans-serif;  /* headings, 600–800, tracking -0.024em */
  --verzi-font-body:     'Inter', system-ui, sans-serif;  /* 400/500, 15–17px */
  --verzi-font-mono:     'IBM Plex Mono', monospace;      /* any number or label that matters */
  --verzi-font-wordmark: 'Space Grotesk', sans-serif;     /* wordmark + brandmark ONLY */

  --verzi-track-display: -0.024em;
  --verzi-radius: 10px;
}
