:root {
  --color-paper: oklch(99% 0.003 255);
  --color-paper-2: oklch(97.2% 0.006 255);
  --color-paper-3: oklch(94.5% 0.009 255);
  --color-ink: oklch(16% 0.01 255);
  --color-ink-2: oklch(25% 0.016 255);
  --color-neutral: oklch(42% 0.018 255);
  --color-muted: oklch(36% 0.016 255);
  --color-rule: oklch(88% 0.012 255);
  --color-rule-2: oklch(64% 0.022 255);
  --color-accent: oklch(45% 0.19 264);
  --color-accent-deep: oklch(34% 0.15 264);
  --color-accent-soft: oklch(93% 0.03 264);
  --color-accent-ink: oklch(98% 0.008 255);
  --color-focus: oklch(40% 0.18 264);
  --color-success: oklch(38% 0.11 151);
  --color-success-soft: oklch(94% 0.025 151);
  --color-error: oklch(45% 0.18 28);
  --color-error-soft: oklch(95% 0.025 28);
  --color-warning: oklch(45% 0.1 76);
  --color-warning-soft: oklch(95% 0.04 76);

  --font-display: "Archivo", "Arial Narrow", sans-serif;
  --font-body: "Archivo", "Arial Narrow", sans-serif;
  --font-mono: "SFMono-Regular", "Cascadia Mono", monospace;
  --display-weight: 800;
  --tracking-display: -0.045em;

  --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-3xl: 3.052rem;
  --text-display: clamp(2.75rem, 6.5vw, 5.25rem);

  --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-micro: 120ms;
  --dur-short: 180ms;
  --dur-long: 360ms;

  --rule-hair: 1px;
  --rule-strong: 2px;
  --radius-card: 0;
  --radius-input: 0;
  --radius-pill: 999px;

  --z-base: 1;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 400;
  --z-toast: 500;
  --z-tooltip: 600;
}
