:root {
  --color-paper: oklch(97% 0.012 110);
  --color-paper-2: oklch(94% 0.018 112);
  --color-paper-3: oklch(90% 0.022 115);
  --color-ink: oklch(23% 0.020 155);
  --color-ink-2: oklch(39% 0.018 155);
  --color-rule: oklch(82% 0.022 135);
  --color-rule-2: oklch(72% 0.028 138);
  --color-muted: oklch(51% 0.018 150);
  --color-neutral: oklch(34% 0.018 150);
  --color-brand: oklch(55% 0.090 158);
  --color-brand-strong: oklch(43% 0.085 158);
  --color-brand-ink: oklch(98% 0.010 110);
  --color-accent: oklch(72% 0.145 76);
  --color-accent-ink: oklch(25% 0.030 76);
  --color-focus: oklch(60% 0.180 76);
  --color-image-overlay: oklch(18% 0.025 155 / 0.40);

  --font-display: "Noto Serif TC", "PMingLiU", ui-serif, serif;
  --font-body: "Noto Sans TC", "Microsoft JhengHei", ui-sans-serif, sans-serif;
  --font-outlier: "Noto Sans TC", "Microsoft JhengHei", ui-sans-serif, sans-serif;

  --display-weight: 700;
  --body-weight: 400;
  --tracking-display: 0;
  --tracking-label: 0;

  /* The legacy site sets html to 62.5%, so page tokens use fixed pixels. */
  --text-2xs: 10px;
  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-md: 18px;
  --text-lg: 22px;
  --text-xl: 28px;
  --text-2xl: 36px;
  --text-display: 52px;

  --space-3xs: 4px;
  --space-2xs: 8px;
  --space-xs: 12px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 32px;
  --space-xl: 48px;
  --space-2xl: 72px;
  --space-3xl: 112px;
  --space-4xl: 144px;
  --space-5xl: 208px;

  --rule-hair: 1px;
  --rule-fine: 2px;
  --radius-card: 8px;
  --radius-pill: 999px;
  --radius-input: 6px;

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

  --shadow-stamp: 0 18px 42px oklch(18% 0.025 155 / 0.24);
  --shadow-focus: 0 0 0 3px oklch(60% 0.180 76 / 0.34);
}
