:root {
  --color-ink: #0f1115;
  --color-paper: #f5f3ed;
  --color-green: #3a6b5c;
  --color-terracotta: #c4623e;
  --color-gray: #8a8f98;

  --font-display: "Space Grotesk", "Arial", sans-serif;
  --font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "JetBrains Mono", "Courier New", monospace;

  --text-base: clamp(1rem, 0.94rem + 0.3vw, 1.125rem);
  --text-lg: clamp(1.25rem, 1.1rem + 0.6vw, 1.5rem);
  --text-hero: clamp(2.25rem, 1.6rem + 3vw, 4.5rem);
  --text-section-head: clamp(1.75rem, 1.4rem + 1.5vw, 2.75rem);
  --text-label: 0.8125rem;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-section: clamp(4rem, 3rem + 5vw, 8rem);

  --duration-fast: 150ms;
  --duration-normal: 400ms;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);

  --max-width: 72rem;
  --radius-sm: 2px;
}
