:root {
  --color-paper: oklch(98.5% 0.005 250);
  --color-paper-2: oklch(96% 0.01 250);
  --color-paper-3: oklch(92% 0.015 250);
  --color-surface: oklch(100% 0 0);
  --color-ink: oklch(23% 0.025 255);
  --color-ink-2: oklch(34% 0.028 255);
  --color-muted: oklch(52% 0.025 255);
  --color-neutral: oklch(42% 0.025 255);
  --color-rule: oklch(88% 0.014 250);
  --color-rule-2: oklch(80% 0.018 250);
  --color-accent: oklch(48% 0.17 263);
  --color-accent-strong: oklch(41% 0.18 263);
  --color-accent-soft: oklch(93% 0.03 263);
  --color-accent-ink: oklch(100% 0 0);
  --color-focus: oklch(43% 0.2 263);
  --color-success: oklch(46% 0.13 150);
  --color-success-soft: oklch(93% 0.035 150);
  --color-warning: oklch(54% 0.15 75);
  --color-warning-soft: oklch(94% 0.04 75);
  --color-danger: oklch(52% 0.18 25);
  --color-danger-soft: oklch(94% 0.035 25);
  --color-clear: transparent;
  --font-display: "General Sans", sans-serif;
  --font-body: "Switzer", sans-serif;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.563rem;
  --text-xl: 1.953rem;
  --text-2xl: 2.441rem;
  --text-3xl: 3.052rem;
  --text-display: clamp(2.6rem, 4vw + 1rem, 4.6rem);
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-pill: 999px;
  --rule: 1px;
  --dur-fast: 120ms;
  --dur-med: 180ms;
  --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);
  --shadow-panel: 0 10px 30px oklch(23% 0.025 255 / 0.05);
  --shadow-drawer: 14px 0 36px oklch(23% 0.025 255 / 0.16);
}
