/* Hallmark tokens · SceneWorks WordPress · Quiet dark/light */
:root {
  --font-display: "Manrope", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Manrope", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --color-paper-bright: oklch(99% 0.004 83);
  --color-cream: oklch(97.5% 0.006 83);
  --color-paper: oklch(95.5% 0.006 83);
  --color-soft: oklch(91.5% 0.007 83);
  --color-line: oklch(86% 0.007 83);
  --color-line-dark: oklch(32% 0.02 260);
  --color-ink: oklch(18% 0.008 250);
  --color-muted: oklch(43% 0.01 250);
  --color-faint: oklch(61% 0.01 250);
  --color-night: oklch(13% 0.025 260);
  --color-night-2: oklch(18% 0.03 260);
  --color-night-3: oklch(24% 0.035 260);
  --color-ink-on-dark: oklch(96% 0.006 83);
  --color-muted-on-dark: oklch(75% 0.014 260);
  --color-accent: oklch(53% 0.14 230);
  --color-accent-2: oklch(62% 0.18 285);
  --color-accent-ink: oklch(98% 0.004 83);
  --color-success: oklch(54% 0.13 150);
  --color-error: oklch(55% 0.18 25);
  --color-focus: oklch(61% 0.16 230);
  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --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(2.75rem, 5vw + 1rem, 5.25rem);
  --radius-xs: 0.25rem;
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --rule: 1px;
  --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;
  --z-base: 1;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 400;
  --z-toast: 500;
  --z-tooltip: 600;
}
