/* GENERATED by design/build.mjs from design/tokens.json. Do not edit.
 * Identity: Plaster and ink.
 * Every colour in StayVale is defined here and nowhere else.
 */

:root {
  --c-ground: #EDEFEA;
  --c-surface: #FFFFFF;
  --c-surface-sunk: #E4E7E1;
  --c-ink: #171D1A;
  --c-ink-soft: #525C56;
  --c-ink-faint: #7C857F;
  --c-line: #D6DAD2;
  --c-line-strong: #BAC0B6;
  --c-accent: #0F4C43;
  --c-accent-hover: #0B3A33;
  --c-accent-ink: #FFFFFF;
  --c-signal: #8A3B4E;
  --c-positive: #2E6B4F;
  --c-warning: #8A5A18;
  --c-critical: #992F2A;
  --c-focus: #0F4C43;

  /* Type */
  --font-display: "Libre Bodoni", "Iowan Old Style", Georgia, serif;
  --font-text: "Public Sans", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, monospace;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.375rem;
  --text-2xl: 1.75rem;
  --text-3xl: 2.25rem;
  --text-4xl: 3rem;
  --text-5xl: 4rem;
  --leading-tight: 1.08;
  --leading-snug: 1.3;
  --leading-normal: 1.6;
  --tracking-tight: -0.015em;
  --tracking-normal: 0;
  --tracking-wide: 0.02em;
  --tracking-label: 0.16em;

  /* Space, radius, controls */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --radius-sm: 0.375rem;
  --radius-md: 0.625rem;
  --radius-lg: 1rem;
  --radius-pill: 999px;
  --control-tap-min: 44px;
  --control-height-sm: 36px;
  --control-height-md: 44px;
  --control-height-lg: 52px;

  /* Motion and elevation */
  --motion-fast: 120ms;
  --motion-base: 200ms;
  --motion-slow: 320ms;
  --motion-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --shadow-low: 0 1px 2px rgba(16, 24, 20, 0.06);
  --shadow-mid: 0 8px 24px -12px rgba(16, 24, 20, 0.24);
  --shadow-high: 0 32px 64px -32px rgba(16, 24, 20, 0.42);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --c-ground: #121614;
    --c-surface: #1A201D;
    --c-surface-sunk: #0C100E;
    --c-ink: #E8EDE8;
    --c-ink-soft: #A3ADA6;
    --c-ink-faint: #79837C;
    --c-line: #2A322E;
    --c-line-strong: #3D4741;
    --c-accent: #6FBFAE;
    --c-accent-hover: #8FD3C4;
    --c-accent-ink: #0A1512;
    --c-signal: #D98BA0;
    --c-positive: #77C09A;
    --c-warning: #D7A55A;
    --c-critical: #E08078;
    --c-focus: #6FBFAE;
  }
}

:root[data-theme="dark"] {
  --c-ground: #121614;
  --c-surface: #1A201D;
  --c-surface-sunk: #0C100E;
  --c-ink: #E8EDE8;
  --c-ink-soft: #A3ADA6;
  --c-ink-faint: #79837C;
  --c-line: #2A322E;
  --c-line-strong: #3D4741;
  --c-accent: #6FBFAE;
  --c-accent-hover: #8FD3C4;
  --c-accent-ink: #0A1512;
  --c-signal: #D98BA0;
  --c-positive: #77C09A;
  --c-warning: #D7A55A;
  --c-critical: #E08078;
  --c-focus: #6FBFAE;
}

@media (prefers-reduced-motion: reduce) {
  :root { --motion-fast: 0ms; --motion-base: 0ms; --motion-slow: 0ms; }
}
