@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500;600&family=Space+Grotesk:wght@400;500;600;700&display=swap");

:root {
  --color-paper: oklch(98.5% 0.004 250);
  --color-paper-glass: oklch(98.5% 0.004 250 / 0.94);
  --color-paper-2: oklch(95.5% 0.008 250);
  --color-surface: oklch(99.4% 0.003 250);
  --color-ink: oklch(24% 0.02 258);
  --color-ink-2: oklch(34% 0.018 257);
  --color-muted: oklch(48% 0.014 257);
  --color-rule: oklch(89% 0.012 250);
  --color-rule-strong: oklch(76% 0.022 252);
  --color-accent: oklch(58% 0.20 256);
  --color-accent-ink: oklch(100% 0 0);
  --color-focus: oklch(52% 0.21 256);
  --color-graphite: oklch(22% 0.016 260);
  --color-graphite-2: oklch(28% 0.018 260);
  --color-graphite-ink: oklch(94% 0.008 250);
  --color-overlay: oklch(18% 0.01 258 / 0.48);
  --z-popover: 10;

  --font-display: "Space Grotesk", sans-serif;
  --font-body: "Inter", sans-serif;
  --font-mono: "JetBrains Mono", monospace;

  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4.5rem;
  --space-3xl: 7rem;

  --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, 5vw + 1rem, 5.25rem);

  --radius-control: 0.375rem;
  --radius-panel: 0.625rem;
  --rule: 1px solid var(--color-rule);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --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);
}
