@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

:root {
  /* Color tokens */
  --rmn-amber: #ffb000;
  --rmn-amber-dim: #cc8c00;
  --rmn-bg: #0a0a0a;
  --rmn-surface: #111111;
  --rmn-text: #e8e8e8;
  --rmn-text-muted: #888888;
  --rmn-border: rgba(255, 176, 0, 0.2);

  /* Typography */
  --rmn-font-display: 'VT323', monospace;
  --rmn-font-body: system-ui, -apple-system, sans-serif;

  /* Spacing scale (4px base unit) */
  --rmn-space-1: 4px;
  --rmn-space-2: 8px;
  --rmn-space-3: 12px;
  --rmn-space-4: 16px;
  --rmn-space-5: 20px;
  --rmn-space-6: 24px;
  --rmn-space-7: 28px;
  --rmn-space-8: 32px;
}
