/* Hallmark tokens · akari editorial photographic system */
:root {
  --color-paper: oklch(97% 0.015 48);
  --color-paper-soft: oklch(94% 0.025 42);
  --color-paper-warm: oklch(91% 0.035 28);
  --color-ink: oklch(25% 0.03 35);
  --color-muted: oklch(47% 0.035 42);
  --color-soft: oklch(62% 0.04 42);
  --color-accent: oklch(61% 0.12 18);
  --color-accent-deep: oklch(48% 0.12 18);
  --color-blingo: #f04c7f;
  --color-blingo-deep: #c8215d;
  --color-blingo-soft: #fff0f5;
  --color-gold: oklch(64% 0.105 82);
  --color-rule: oklch(73% 0.055 62 / 0.48);
  --color-rule-soft: oklch(73% 0.055 62 / 0.22);
  --color-white: oklch(99% 0.004 65);
  --color-shadow: oklch(31% 0.04 30 / 0.18);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Jost", Arial, sans-serif;
  --font-myanmar: "Padauk", "Noto Sans Myanmar", sans-serif;
  --font-mono: "Jost", Arial, sans-serif;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 5rem;
  --space-4xl: 7rem;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.22rem;
  --text-xl: 1.55rem;
  --text-2xl: clamp(2rem, 4vw, 3rem);
  --text-display: clamp(3.6rem, 9vw, 7.6rem);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in: cubic-bezier(0.32, 0, 0.67, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-fast: 160ms;
  --dur: 260ms;
  --rule-hair: 1px;
  --radius-sm: 0.375rem;
  --radius-md: 0.625rem;
  --radius-lg: 1rem;
  --page-gutter: clamp(1rem, 4vw, 3.25rem);
}
