:root {
  /* VEYR design tokens -- generated by brand/build.mjs, do not hand-edit */
  --v-void: #07090D; /* Primary terminal canvas and icon field. */
  --v-graphite: #0D1118; /* Panel surface. */
  --v-slate: #151B25; /* Raised rows and selected states. */
  --v-steel: #263142; /* Structural borders and grid lines. */
  --v-ice: #EDF3FC; /* Primary text on dark. */
  --v-mist: #98A6BB; /* Labels, secondary text and axis ticks. */
  --v-paper: #F5F7FB; /* Light brand ground. */
  --v-cobalt: #5B7CFF; /* Live brand signal on dark. */
  --v-cobalt-deep: #3456D1; /* Accent fill on light. */
  --v-cobalt-ink: #2947B8; /* Accessible accent text on light. */
  --v-cyan: #31D6C4; /* Bid, bull and gain. */
  --v-coral: #FF667A; /* Ask, bear and loss. */

  --v-font-display: Sora, Inter, Arial, sans-serif;
  --v-font-ui: Inter, 'Helvetica Neue', Arial, sans-serif;
  --v-font-mono: 'IBM Plex Mono', 'SF Mono', Consolas, monospace;

  --v-text-micro: 10px;
  --v-text-label: 11px;
  --v-text-data: 13px;
  --v-text-body: 15px;
  --v-text-lg: 19px;
  --v-text-xl: 25px;
  --v-text-2xl: 34px;
  --v-text-3xl: 52px;

  --v-space-1: 4px;
  --v-space-2: 8px;
  --v-space-3: 12px;
  --v-space-4: 16px;
  --v-space-5: 24px;
  --v-space-6: 36px;

  --v-radius-sm: 2px;
  --v-radius: 4px;
  --v-radius-lg: 8px;
  --v-track-label: 0.13em;
}
