/* Hallmark tokens · genre: editorial · theme: newsprint-warm-red */
:root {
  --color-paper: oklch(98% 0.012 82);
  --color-paper-2: oklch(94% 0.018 78);
  --color-paper-3: oklch(91% 0.022 76);
  --color-ink: oklch(18% 0.018 72);
  --color-ink-2: oklch(38% 0.016 74);
  --color-muted: oklch(51% 0.014 76);
  --color-rule: oklch(84% 0.018 78);
  --color-accent: oklch(49% 0.19 28);
  --color-accent-dark: oklch(38% 0.17 29);
  --color-accent-soft: oklch(95% 0.035 28);
  --color-warm-soft: oklch(96% 0.04 85);
  --color-focus: oklch(61% 0.17 31);
  --color-shadow: oklch(18% 0.018 72 / 0.08);

  --font-display: "Songti SC", "Noto Serif CJK SC", "STSong", "SimSun", serif;
  --font-body: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;

  --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: 4.5rem;
  --space-3xl: 7rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1.0625rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.35rem;
  --text-display: clamp(3rem, 8vw, 7.4rem);
  --text-display-s: clamp(2.25rem, 5.8vw, 4.8rem);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-short: 180ms;
  --dur-med: 240ms;
  --rule-hair: 1px;
  --radius-card: 0.875rem;
  --radius-chip: 999px;
  --radius-input: 0.625rem;
}
