:root {
  /* GraphDip Forensic Palette */
  --token-graphite: #1C1C1E; /* deep off-black */
  --token-paper: #F2F2F7; /* off-white bg */
  --token-mint: #34C759; /* success/normal */
  --token-orange: #FF3B30; /* anomaly/alert */
  --token-slate: #8E8E93; /* secondary text */
  --token-border: #D1D1D6;

  /* Typography */
  --font-display: 'Syne', sans-serif;
  --font-body: 'Public Sans', sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;

  /* Layout */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-8: 4rem;
  --space-12: 6rem;

  --container-max: 1200px;
  --container-narrow: 800px;
}
