/* Hallmark · tokens: Garden recalibrated · mineral paper + forest green */
:root {
  --color-paper: oklch(98% 0.006 105);
  --color-paper-2: oklch(95% 0.01 110);
  --color-paper-3: oklch(91% 0.014 118);
  --color-ink: oklch(19% 0.02 145);
  --color-ink-2: oklch(30% 0.028 145);
  --color-muted: oklch(44% 0.02 138);
  --color-rule: oklch(82% 0.014 118);
  --color-rule-strong: oklch(62% 0.036 142);
  --color-accent: oklch(44% 0.115 150);
  --color-accent-deep: oklch(34% 0.095 150);
  --color-accent-soft: oklch(91% 0.038 148);
  --color-accent-surface: oklch(95% 0.028 145);
  --color-panel-surface: oklch(96.5% 0.008 92);
  --color-accent-ink: oklch(98% 0.006 105);
  --color-focus: oklch(51% 0.15 150);
  --color-error: oklch(48% 0.16 28);
  --color-success: oklch(41% 0.11 150);
  --color-disabled: oklch(69% 0.014 118);

  --font-display: "Noto Serif SC", "Songti SC", serif;
  --font-body: "Noto Sans SC", "PingFang SC", sans-serif;

  --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-display: clamp(2.5rem, 5vw + 0.5rem, 4.75rem);

  --space-3xs: 0.125rem;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 9rem;

  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.875rem;
  --rule-thin: 1px;
  --rule-strong: 2px;

  --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-sticky: 200;
}
