/* Hallmark · macrostructure: Illustrated daily hub · tone: quiet playful · anchor hue: 155 */
:root {
  --color-paper: oklch(97.6% .012 88);
  --color-surface: oklch(99% .005 88);
  --color-soft: oklch(94% .025 132);
  --color-ink: oklch(29% .035 155);
  --color-muted: oklch(46% .027 155);
  --color-accent: oklch(37% .055 155);
  --color-rule: oklch(85% .023 115);
  --color-accent-ink: oklch(99% .005 88);
  --color-line-button: oklch(51% .13 150);
  --color-shadow: oklch(33% .035 155);
  --color-sun: oklch(91% .085 85);
  --font-display: 'Shippori Mincho', 'Yu Mincho', serif;
  --font-body: 'Zen Maru Gothic', 'Hiragino Maru Gothic ProN', 'Yu Gothic', sans-serif;
  --space-xs: 4px; --space-sm: 8px; --space-md: 16px; --space-lg: 24px;
  --space-xl: 32px; --space-2xl: 48px; --space-3xl: 72px;
  --text-small: .875rem; --text-body: 1rem; --text-heading: 1.5rem;
  --text-display: clamp(1.8rem, 3.6vw, 3.1rem);
  --radius-card: 12px; --radius-control: 8px;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-in: cubic-bezier(.7, 0, .84, 0);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
  --dur-fast: 160ms;
}
