/* Hallmark · genre: playful · macrostructure: Marquee Hero · theme: custom
 * vibe: "1930s newsprint cartoon, windblown, brick and acorn"
 * paper oklch(93% 0.028 84) · accent oklch(52% 0.168 30) warm
 * display Ultra + body Libre Baskerville + hand Caveat
 * axes: light / display-heavy / warm   ·   nav: N7 · footer: Ft8
 * pre-emit critique: P5 H4 E5 S5 R4 V5
 */
:root {
  --color-paper:    oklch(93% 0.028 84);
  --color-paper-2:  oklch(88% 0.034 80);
  --color-paper-3:  oklch(82% 0.040 78);
  --color-ink:      oklch(22% 0.014 70);
  --color-ink-soft: oklch(42% 0.020 70);
  --color-brick:    oklch(52% 0.168 30);
  --color-acorn:    oklch(70% 0.135 68);
  --color-storm:    oklch(56% 0.028 145);
  --color-sky:      oklch(86% 0.020 220);
  --color-focus:    oklch(40% 0.170 30);

  --font-display: Ultra, Georgia, serif;
  --font-body: "Libre Baskerville", Georgia, serif;
  --font-hand: Caveat, "Segoe Script", cursive;

  --text-xs: 0.8125rem;
  --text-sm: 0.9375rem;
  --text-base: 1.0625rem;
  --text-lg: 1.25rem;
  --text-xl: 1.6rem;
  --text-2xl: clamp(1.9rem, 5vw, 2.8rem);
  --text-3xl: clamp(2.4rem, 8vw, 4.2rem);
  --text-display-s: clamp(2.6rem, 11vw, 6rem);
  --text-display: clamp(3rem, 14vw, 9.5rem);

  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1.25rem;
  --space-lg: 2rem;
  --space-xl: 3.5rem;
  --space-2xl: 6rem;

  --rule-hair: 1px;
  --rule-thick: 6px;
  --radius-sm: 2px;
  --radius-pill: 999px;

  --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-mid: 260ms;
  --dur-slow: 600ms;
}
