:root {
  --font-display: "見出ゴMB31", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --font-body: "TBUDゴシック R", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;

  --color-paper: oklch(97% 0.012 84);
  --color-paper-raised: oklch(99% 0.006 84);
  --color-paper-deep: oklch(94% 0.016 84);
  --color-ink: oklch(17% 0.018 275);
  --color-ink-soft: oklch(35% 0.018 275);
  --color-muted: oklch(52% 0.016 275);
  --color-night: oklch(12.5% 0.018 275);
  --color-night-raised: oklch(17% 0.024 275);
  --color-on-dark: oklch(95% 0.012 84);
  --color-on-dark-soft: oklch(79% 0.016 275);
  --color-accent: #76669c;
  --color-accent-hover: #5b4b7c;
  --color-accent-soft: oklch(86% 0.045 302);
  --color-accent-ink: oklch(98% 0.008 84);
  --color-rule: oklch(86% 0.016 84);
  --color-rule-dark: oklch(29% 0.022 275);
  --color-focus: #76669c;
  --color-shadow: oklch(8% 0.018 275);

  --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: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-section: clamp(2.5rem, 5vw, 4.5rem);
  --text-display: clamp(3.25rem, 7vw, 6.25rem);

  --measure: 64ch;
  --measure-narrow: 48ch;
  --content-max: 76rem;
  --shell-max: 82rem;
  --page-gutter: clamp(1rem, 4vw, 3rem);

  --rule-hair: 1px;
  --radius-small: 0.25rem;
  --radius-pill: 999px;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;

  --header-height: 4.5rem;
  --z-sticky: 200;
  --z-modal: 400;
}
