/* Hallmark · macrostructure: Marquee Hero · tone: riso-bold
 * theme: Riso · paper: ivory · accent: coral · secondary: blue
 * nav: N7 brutal-slab · footer: Ft8 marquee-scroll
 * enrichment: none · typography-only
 * genre: playful
 */

/* ── Palette ── */
:root {
  --color-paper:    oklch(96% 0.012 85);
  --color-paper-2:  oklch(93% 0.015 85);
  --color-paper-3:  oklch(89% 0.012 85);
  --color-rule:     oklch(82% 0.010 80);
  --color-neutral:  oklch(55% 0.010 70);
  --color-muted:    oklch(42% 0.045 60);
  --color-ink:      oklch(18% 0.012 55);
  --color-accent:   oklch(62% 0.18 30);
  --color-accent-2: oklch(55% 0.12 250);
  --color-focus:    oklch(58% 0.19 30);
}

/* ── Typography ── */
:root {
  --font-display: "Bricolage Grotesque", "Arial Black", ui-sans-serif, sans-serif;
  --font-body:    "Space Grotesk", "Helvetica Neue", ui-sans-serif, sans-serif;
  --font-mono:    "JetBrains Mono", ui-monospace, monospace;

  --text-xs:      0.64rem;
  --text-sm:      0.8rem;
  --text-base:    1rem;
  --text-md:      1.25rem;
  --text-lg:      1.5625rem;
  --text-xl:      1.9531rem;
  --text-2xl:     2.4414rem;
  --text-3xl:     3.0518rem;
  --text-4xl:     3.8147rem;
  --text-display: clamp(3rem, 8vw + 1rem, 9rem);
}

/* ── Spacing (4pt scale) ── */
:root {
  --space-2xs: 0.125rem;
  --space-xs:  0.25rem;
  --space-sm:  0.5rem;
  --space-md:  1rem;
  --space-lg:  1.5rem;
  --space-xl:  2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 6rem;

  --page-gutter: clamp(1.25rem, 5vw, 3rem);
  --measure: 55ch;
}

/* ── Motion ── */
:root {
  --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-fast: 120ms;
  --dur-base: 200ms;
  --dur-slow: 400ms;
}

/* ── Radii ── */
:root {
  --radius-sm: 3px;
  --radius-md: 6px;
  --radius-lg: 12px;
}
