/* Hallmark · tokens · robinstep — route: custom (bespoke)
 * paper band: light (with lime bands) · display: display-condensed (Big Shoulders Display) + Archivo · LED register: Doto
 * palette measured on robinhood.com (21.09.2026): lime rgb(204,255,0) · warm black rgb(17,14,8) · warm grey #35322d
 */
:root {
  /* light surfaces */
  --color-paper:    oklch(97.8% 0.018 115);
  --color-paper-2:  oklch(94.6% 0.032 118);
  --color-card:     oklch(99.2% 0.008 115);
  --color-rule:     oklch(87% 0.03 112);
  --color-muted:    oklch(46% 0.014 90);
  --color-ink-2:    oklch(33% 0.012 85);
  --color-ink:      oklch(16.5% 0.013 85);

  /* the lime */
  --color-lime:      oklch(93.1% 0.229 123);
  --color-lime-deep: oklch(80% 0.2 123);
  --color-rule-lime: oklch(76% 0.16 123);

  /* black housings: signal, board, tape */
  --color-night:    oklch(16.5% 0.013 85);
  --color-night-2:  oklch(21% 0.012 85);
  --color-night-3:  oklch(31.8% 0.010 81);
  --color-on-night: oklch(96% 0.012 100);
  --color-on-night-2: oklch(72% 0.012 90);

  /* market colours readable on light surfaces */
  --color-up:   oklch(50% 0.14 150);
  --color-down: oklch(54% 0.19 28);

  /* the signal */
  --led-lime: oklch(93.1% 0.229 123);
  --led-dont: oklch(74% 0.17 58);
  --led-up:   oklch(80% 0.17 150);
  --led-down: oklch(70% 0.17 30);
  --led-off:  oklch(25% 0.012 85);

  --color-focus: oklch(16.5% 0.013 85);

  --font-display: "Big Shoulders Display", "Arial Narrow", sans-serif;
  --font-body:    "Archivo", ui-sans-serif, sans-serif;
  --font-led:     "Doto", ui-monospace, monospace;

  --space-3xs: 4px;
  --space-2xs: 8px;
  --space-xs: 12px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 32px;
  --space-xl: 48px;
  --space-2xl: 72px;
  --space-3xl: 112px;
  --space-4xl: 168px;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1.0625rem;
  --text-lg: 1.3125rem;
  --text-xl: 1.625rem;
  --text-2xl: 2.25rem;
  --text-3xl: clamp(2.75rem, 5.2vw + 1rem, 5.25rem);
  --text-display: clamp(4.25rem, 11vw + 1rem, 11.5rem);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-pill: 999px;
  --rule-hair: 1px;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;
}
