:root {
  /* Electric Lime palette */
  --ink: #0B0E0C;
  --surface: #1C2620;
  --surface-2: #131A16;
  --lime: #C6FF3A;
  --off-white: #F4F6F2;
  --muted: #8C988F;
  --line: rgba(244,246,242,0.10);

  /* Type */
  --font-display: 'Space Grotesk', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --fs-hero: clamp(2.75rem, 7vw, 6rem);
  --fs-h2: clamp(2rem, 4.5vw, 3.5rem);
  --fs-h3: clamp(1.25rem, 2vw, 1.6rem);
  --fs-body: clamp(1rem, 1.15vw, 1.15rem);
  --fs-small: 0.875rem;

  /* Spacing / layout */
  --maxw: 1180px;
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --section-y: clamp(4.5rem, 10vw, 9rem);
  --radius: 14px;
  --radius-sm: 8px;

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
