/* Hallmark · Hum tokens · single-page offline companion */
:root {
  --color-paper: oklch(97% 0.012 95);
  --color-paper-2: oklch(94% 0.016 95);
  --color-paper-3: oklch(91% 0.02 95);
  --color-ink: oklch(20% 0.012 250);
  --color-ink-2: oklch(34% 0.015 245);
  --color-muted: oklch(42% 0.014 180);
  --color-rule: oklch(76% 0.025 95);
  --color-rule-strong: oklch(31% 0.014 245);
  --color-accent: oklch(86% 0.18 95);
  --color-accent-deep: oklch(70% 0.16 92);
  --color-accent-cast: oklch(76% 0.2 95 / 0.38);
  --color-accent-ink: oklch(20% 0.012 250);
  --color-accent-2: oklch(66% 0.18 235);
  --color-accent-2-soft: oklch(91% 0.055 225);
  --color-accent-2-deep: oklch(42% 0.12 235);
  --color-accent-3: oklch(68% 0.24 18);
  --color-accent-3-soft: oklch(92% 0.055 24);
  --color-accent-3-deep: oklch(44% 0.16 18);
  --color-mint: oklch(80% 0.16 150);
  --color-mint-soft: oklch(93% 0.045 150);
  --color-lavender: oklch(74% 0.16 305);
  --color-lavender-soft: oklch(92% 0.04 305);
  --color-focus: oklch(40% 0.15 248);
  --color-error: oklch(45% 0.18 25);
  --color-error-soft: oklch(93% 0.045 25);
  --color-shadow: oklch(20% 0.012 250 / 0.14);

  --font-display: "Plus Jakarta Sans", "Noto Sans KR", Pretendard, sans-serif;
  --font-body: "Plus Jakarta Sans", "Noto Sans KR", Pretendard, sans-serif;
  --font-label: "Plus Jakarta Sans", "Noto Sans KR", Pretendard, sans-serif;

  --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;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.953rem;
  --text-2xl: 2.441rem;
  --text-3xl: 3.052rem;
  --text-display-s: clamp(2.6rem, 7vw, 4.25rem);
  --text-display: clamp(3rem, 8vw, 5.25rem);

  --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-input: 0.75rem;
  --radius-card: 1.25rem;
  --radius-card-lg: 1.75rem;
  --radius-pill: 999px;
  --rule-hair: 1px;
  --rule-bold: 2px;
  --page-max: 74rem;
  --page-gutter: clamp(1rem, 4vw, 3rem);
  --z-base: 1;
  --z-raised: 10;
  --z-sticky: 200;
  --z-toast: 500;
}
