:root {
  /* Cool near-black + warm white */
  --void: #0c0d10;
  --void-2: #121317;
  --void-3: #181a1f;
  --void-overlay: rgba(12, 13, 16, 0.96);

  --ink: #ecebe6;
  --ink-dim: #9a9ba1;
  --ink-faint: #5f6168;

  /* Hairlines */
  --line: rgba(236, 235, 230, 0.09);
  --line-2: rgba(236, 235, 230, 0.16);
  --line-3: rgba(236, 235, 230, 0.30);

  /* Signal accent — instrument cyan */
  --accent: #74d8cf;
  --accent-dim: #3f8f88;

  /* Typography */
  --font-sans: 'Schibsted Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'JetBrains Mono', 'Courier New', monospace;

  /* Sizes */
  --text-xs: 0.7rem;
  --text-sm: 0.8rem;
  --text-base: 0.95rem;
  --text-lg: 1.1rem;
  --text-xl: clamp(1.2rem, 1rem + 0.7vw, 1.45rem);
  --text-2xl: clamp(1.5rem, 1.2rem + 1.2vw, 2rem);
  --text-name: clamp(2rem, 1.5rem + 2vw, 2.9rem);

  /* Spacing */
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;

  /* Motion */
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --duration-fast: 200ms;
  --duration-normal: 450ms;
  --duration-slow: 700ms;
}
