:root {
  --color-paper: oklch(97.2% 0.012 62);
  --color-paper-2: oklch(93.8% 0.018 58);
  --color-paper-3: oklch(89.5% 0.022 55);
  --color-ink: oklch(20.5% 0.018 48);
  --color-ink-2: oklch(34% 0.018 48);
  --color-muted: oklch(49% 0.015 48);
  --color-rule: oklch(78% 0.022 52);
  --color-rule-strong: oklch(63% 0.03 48);
  --color-accent: oklch(67.24% 0.13084 38.76);
  --color-accent-dark: oklch(49% 0.12 38.76);
  --color-accent-soft: oklch(91% 0.045 38.76);
  --color-accent-ink: oklch(19% 0.02 42);
  --color-focus: oklch(62% 0.19 38.76);
  --color-success: oklch(55% 0.11 150);
  --color-warning: oklch(65% 0.13 78);
  --color-danger: oklch(54% 0.17 26);
  --color-overlay: oklch(16% 0.015 48 / 0.42);
  --color-shadow: oklch(20% 0.02 42 / 0.12);

  --font-display: "IBM Plex Mono", ui-monospace, monospace;
  --font-body: "IBM Plex Sans", ui-sans-serif, 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-display: clamp(2.65rem, 5.7vw, 5.15rem);

  --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-strong: 2px;
  --radius-input: 0.375rem;
  --radius-panel: 0.75rem;
  --radius-pill: 999px;

  --page-max: 82rem;
  --page-gutter: clamp(1rem, 4vw, 3rem);
  --header-height: 4.5rem;

  --z-base: 1;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 400;
  --z-tooltip: 600;
}
