/* Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V5 */
/* Hallmark · genre: editorial · macrostructure: Split Studio · theme: custom green · tone: technical, imaginative, personal · anchor hue: green · enrichment: E5 user-owned SVG · nav: N3 · footer: Ft4 */
:root {
  --color-paper: oklch(98.5% 0.008 155);
  --color-paper-2: oklch(96.5% 0.012 155);
  --color-paper-3: oklch(92.5% 0.022 155);
  --color-rule: oklch(80% 0.025 155);
  --color-muted: oklch(44% 0.025 155);
  --color-ink: oklch(18% 0.018 155);
  --color-accent: oklch(43% 0.135 158);
  --color-accent-ink: oklch(98.5% 0.008 155);
  --color-focus: oklch(39% 0.18 150);

  --font-display: "KoddiUDOnGothic", system-ui, sans-serif;
  --font-body: "KoddiUDOnGothic", system-ui, sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.25rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.25rem;
  --text-3xl: 3rem;
  --text-display-s: clamp(2.25rem, 7vw + 0.5rem, 4.25rem);
  --text-display: clamp(2.25rem, 8vw + 0.5rem, 5.5rem);

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

  --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-nano: 20ms;
  --dur-micro: 120ms;
  --dur-short: 200ms;
  --dur-long: 420ms;

  --rule-hairline: 1px;
  --rule-strong: 2px;
  --radius-control: 0;

  --layout-max: 90rem;
  --measure: 65ch;
  --page-gutter: clamp(1rem, 4vw, 4rem);

  --z-raised: 10;
  --z-sticky: 200;
}
