/* GENERATED by generate_tokens.py from brand.yaml. DO NOT EDIT BY HAND.
   Brand: Ridgeway Arts Spring Campaign | mode: light | zero LLM tokens.
   Re-run `python3 generate_tokens.py` after editing brand.yaml. */
:root {
  /* color climate + one accent */
  --color-canvas: #f3f5f7;
  --color-surface: #e3e9ed;
  --color-surface-raised: #fcfdfd;
  --color-surface-muted: #cdd9df;
  --color-surface-strong: #afc4d0;
  --color-border: #a0b7c5;
  --text-strong: #18242a;
  --text-body: #324048;
  --text-muted: #5e6f78;
  --accent: #da541b;
  --accent-strong: #ad3b0b;
  --accent-soft: #eadcd7;
  --accent-ink: #331e15;
  --status-ready: #bdcad1;
  --status-watch: #9ab3c1;
  --status-blocked: #e1c3b7;

  /* explicit grayscale-surviving value anchors */
  --value-dark: #141b1f;
  --value-mid: #657a86;
  --value-light: #dce2e5;
  --value-bright: #f9fafa;

  /* spacing */
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 40px;
  --space-6: 48px;

  /* shared UI tokens */
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --radius: 8px;
  --shadow-soft: 0 18px 48px rgba(22, 35, 43, 0.12);
}
