:root {
  --bg-deep: #0a0a0a;
  --bg-surface: #141414;
  --bg-elevated: #1e1e1e;
  --accent: #d4935a;
  --accent-hover: #c07a3e;
  --accent-dim: rgba(212, 147, 90, 0.12);
  --accent-glow: rgba(212, 147, 90, 0.3);
  --text-primary: #ffffff;
  --text-secondary: #a0a0a0;
  --text-muted: #666666;
  --rule: rgba(255, 255, 255, 0.1);
  --gradient-hero: linear-gradient(135deg, rgba(10,10,10,0.9) 0%, rgba(10,10,10,0.4) 100%);
  --max-width: 1200px;
  --nav-height: 64px;

  --font-heading: "Righteous", "Arial Black", "Helvetica Neue", Impact, sans-serif;
  --font-body: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "SF Mono", "Fira Code", "Courier New", monospace;
}
