@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,600;12..96,700&family=IBM+Plex+Sans:wght@400;600&display=swap');

:root {
  --color-paper: oklch(97% 0.016 82);
  --color-paper-2: oklch(94% 0.024 82);
  --color-paper-3: oklch(91% 0.032 82);
  --color-surface: oklch(99% 0.009 82);
  --color-ink: oklch(22% 0.025 52);
  --color-ink-2: oklch(34% 0.025 52);
  --color-muted: oklch(44% 0.022 62);
  --color-rule: oklch(82% 0.028 76);
  --color-rule-strong: oklch(68% 0.04 72);
  --color-accent: oklch(55% 0.14 42);
  --color-accent-soft: oklch(91% 0.055 42);
  --color-accent-ink: oklch(98% 0.01 82);
  --color-focus: oklch(45% 0.16 255);
  --color-good: oklch(48% 0.1 150);
  --color-good-soft: oklch(92% 0.045 150);
  --color-warn: oklch(49% 0.12 68);
  --color-warn-soft: oklch(93% 0.055 83);
  --color-danger: oklch(48% 0.15 28);
  --color-danger-soft: oklch(93% 0.045 28);
  --color-overlay: oklch(18% 0.02 52 / 0.35);
  --color-shadow: oklch(25% 0.035 52 / 0.12);

  --font-display: 'Bricolage Grotesque', ui-sans-serif, sans-serif;
  --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;

  --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-display: clamp(2.1rem, 5vw, 4.4rem);

  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-pill: 999px;
  --rule-hairline: 1px solid var(--color-rule);

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

  --z-base: 1;
  --z-raised: 10;
  --z-sticky: 200;
  --z-modal: 400;
}
