/* Hallmark · pre-emit critique: P4 H5 E5 S4 R5 V4
 * Hallmark · genre: atmospheric · macrostructure: Letter · theme: custom
 * vibe: "wine silk love letter" · paper oklch(16% 0.038 12) · accent oklch(62% 0.17 12)
 * display: Imperial Script · body: Cormorant Garamond
 * axes: dark / script-display / warm · enrichment: E3 generated still · nav: none · footer: Ft2
 * audience: a loved one · use: read a dedication · tone: intimate
 */

:root {
  --color-paper: oklch(16% 0.038 12);
  --color-paper-2: oklch(22% 0.042 12);
  --color-ink: oklch(95% 0.018 22);
  --color-ink-soft: oklch(84% 0.03 18);
  --color-accent: oklch(62% 0.17 12);
  --color-accent-deep: oklch(48% 0.16 14);
  --color-heart: oklch(58% 0.19 14);
  --color-focus: oklch(78% 0.12 18);

  --font-display: "Imperial Script", "Snell Roundhand", cursive;
  --font-body: "Cormorant Garamond", "Noto Serif", "Times New Roman", serif;

  --text-display: clamp(4.25rem, 18vw, 9.5rem);
  --text-2xl: clamp(1.35rem, 2.4vw, 1.85rem);
  --text-lg: 1.25rem;
  --text-sm: 1.0625rem;

  --space-2xs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;

  --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-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;

  --radius-none: 0;
  --radius-clock: 12px;
}

@media (prefers-color-scheme: light) {
  :root {
    --color-paper: oklch(95% 0.028 12);
    --color-paper-2: oklch(91% 0.04 12);
    --color-ink: oklch(22% 0.055 12);
    --color-ink-soft: oklch(38% 0.05 14);
    --color-accent: oklch(48% 0.16 14);
    --color-accent-deep: oklch(40% 0.15 14);
    --color-heart: oklch(50% 0.18 14);
    --color-focus: oklch(42% 0.14 14);
  }
}
