/* GENERATED FROM brand.tokens.json (repo root) — DO NOT EDIT BY HAND.
 *
 * Change the value in brand.tokens.json at the repo root and run
 * `npm run brand:sync`. Editing this file directly is undone by the next sync,
 * and `npm run brand:check` fails on the difference. */

:root {
  --primary: #E0A526;
  --accent: #A8720C;
  --primary-hover: #E8B84A;
  /* Near-black. The gold is a light fill and white on it fails WCAG AA. */
  --on-primary: #1a1205;
  /* The accent darkened until it is legible as TEXT on a light ground. */
  --accent-ink: #8A5E0A;

  --ink: #0f172a;
  --ink-soft: #475569;
  --muted: #64748b;
  --line: #e2e8f0;
  --bg: #ffffff;
  --bg-soft: #f8fafc;
}
