/* Hallmark · genre: editorial · macrostructure: Workbench · theme: Almanac · enrichment: none · nav: N9 · footer: Ft4 */
:root {
  --font-display: "Microsoft YaHei", "微软雅黑", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  --font-body: "Microsoft YaHei", "微软雅黑", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  --font-outlier: "Microsoft YaHei", "微软雅黑", "PingFang SC", "Noto Sans SC", Arial, sans-serif;

  --color-paper: oklch(97% 0.012 92);
  --color-paper-2: oklch(94% 0.014 92);
  --color-paper-3: oklch(90% 0.015 92);
  --color-ink: oklch(19% 0.012 88);
  --color-ink-2: oklch(29% 0.011 88);
  --color-muted: oklch(43% 0.01 88);
  --color-rule: oklch(78% 0.014 92);
  --color-rule-2: oklch(68% 0.016 92);
  --color-accent: oklch(45% 0.12 165);
  --color-accent-2: oklch(86% 0.055 165);
  --color-accent-ink: oklch(97% 0.012 92);
  --color-focus: oklch(50% 0.16 165);
  --color-warning: oklch(57% 0.15 62);
  --color-warning-2: oklch(91% 0.06 72);
  --color-error: oklch(50% 0.18 28);
  --color-error-2: oklch(92% 0.045 28);
  --color-success: oklch(44% 0.12 150);
  --color-success-2: oklch(91% 0.05 150);

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

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

  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --rule-thin: 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-sticky: 200;
  --z-modal: 400;
  --z-toast: 500;
}
