/* ------------------------------------------------------------------
   Stramm design tokens
   Mirrored from the bound design system:
   _ds/stramm-design-system-6918f04f-c356-4681-8981-cf5f757080ff/tokens/
   Only the tokens this page consumes are carried over.
   ------------------------------------------------------------------ */

:root {
  /* Type families (Fredoka + Inter are flagged substitutions in the DS
     readme — swap here once the real Stramm typeface files arrive). */
  --font-display: 'Fredoka', ui-rounded, 'Segoe UI', sans-serif;
  --font-body: 'Inter', -apple-system, 'Segoe UI', sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, 'SF Mono', monospace;

  /* Design-system palette */
  --color-ink: #121212;
  --color-ink-soft: #1c1c1e;
  --color-bright-blue: #1922fa;
  --color-navy: #0a0e3f;
  --color-white: #ffffff;
  --neutral-300: #b8b8bd;
  --neutral-500: #6b6b72;
}
