/* Hallmark · macrostructure: Workbench · tone: light minimal premium · anchor hue: cobalt */
:root {
  color-scheme: light;
  --color-paper: oklch(98.6% 0.006 256);
  --color-paper-2: oklch(96.9% 0.01 256);
  --color-paper-3: oklch(94.2% 0.014 256);
  --color-ink: oklch(19% 0.026 256);
  --color-ink-2: oklch(31% 0.024 256);
  --color-muted: oklch(47% 0.022 256);
  --color-rule: oklch(88% 0.015 256);
  --color-rule-2: oklch(77% 0.024 256);
  --color-accent: oklch(55% 0.205 256);
  --color-accent-strong: oklch(43% 0.185 256);
  --color-accent-soft: oklch(95% 0.032 256);
  --color-accent-ink: oklch(99% 0.004 256);
  --color-focus: oklch(24% 0.055 256);
  --color-success: oklch(43% 0.125 154);
  --color-success-soft: oklch(96% 0.025 154);
  --color-warning: oklch(46% 0.115 75);
  --color-warning-soft: oklch(96% 0.034 75);
  --color-error: oklch(48% 0.19 28);
  --color-error-soft: oklch(96% 0.03 28);
  --color-transparent: oklch(0% 0 0 / 0);
  --color-scrim: oklch(19% 0.026 256 / 0.08);
  --font-display: "DengXian", "MiSans VF", "Noto Sans SC", sans-serif;
  --font-body: "MiSans VF", "Microsoft YaHei UI", "Noto Sans SC", 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: clamp(2.5rem, 6vw + 0.7rem, 4.9rem);
  --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;
  --rule-hair: 1px;
  --rule-focus: 2px;
  --radius-xs: 0.375rem;
  --radius-sm: 0.625rem;
  --radius-md: 0.875rem;
  --radius-lg: 1.25rem;
  --radius-round: 999px;
  --control-height: 3rem;
  --page-gutter: clamp(1rem, 4vw, 3rem);
  --content-max: 76rem;
  --shadow-raised: 0 1.25rem 4rem oklch(19% 0.026 256 / 0.08);
  --z-base: 1;
  --z-raised: 10;
  --z-sticky: 200;
}