:root {
  /* ── Void ── */
  --void: #08080f;
  --surface: #0e0e18;

  /* ── Text ── */
  --text: #e8e6e0;
  --text-secondary: rgba(255,255,255,0.40);
  --text-ghost: rgba(255,255,255,0.18);

  /* ── Links ── */
  --link: rgba(255,255,255,0.35);
  --link-hover: rgba(255,255,255,0.85);

  /* ── Borders ── */
  --border: rgba(255,255,255,0.06);

  /* ── Type ── */
  --serif: 'Georgia', 'Times New Roman', serif;
  --mono: 'JetBrains Mono', 'SF Mono', 'Fira Code', monospace;

  /* ── Type scale ── */
  --text-micro: 0.64rem;
  --text-sm: 0.8rem;
  --text-base: 1rem;
  --text-lg: 1.25rem;
  --text-hero: clamp(1.1rem, 2.5vw, 2rem);

  /* ── Motion ── */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --duration-fast: 200ms;
  --duration-normal: 400ms;
  --duration-slow: 800ms;
}
