/* Hallmark · pre-emit critique: P5 H5 E4 S5 R5 V5 */
/* Hallmark · tokens: Almanac · anchor hue: institutional blue */
:root {
  --color-paper: oklch(98% 0.008 250);
  --color-paper-2: oklch(95% 0.016 248);
  --color-ink: oklch(28% 0.035 255);
  --color-ink-strong: oklch(30% 0.105 258);
  --color-muted: oklch(49% 0.03 250);
  --color-rule: oklch(87% 0.02 248);
  --color-accent: oklch(47% 0.14 250);
  --color-accent-soft: oklch(93% 0.035 242);
  --color-focus: oklch(68% 0.17 225);
  --color-accent-ink: oklch(98% 0.008 250);

  --font-display: Georgia, "Times New Roman", "Noto Serif JP", serif;
  --font-body: "Noto Sans", "Noto Sans JP", 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;

  --text-xs: 0.8rem;
  --text-sm: 0.9rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.953rem;
  --text-2xl: 2.441rem;
  --text-display: clamp(2.25rem, 3vw + 0.25rem, 3rem);

  --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: 100ms;
  --dur-short: 170ms;
  --dur-long: 360ms;

  --rule-thin: 1px;
  --radius-sm: 0.375rem;
  --radius-md: 0.75rem;
}
