:root {
  --color-bg: #0a0e1a;
  --color-bg-2: #1e2535;
  --color-bg-3: #111827;
  --color-accent: #ff5c00;
  --color-accent-dim: #cc4a00;
  --color-text: #f0f4ff;
  --color-text-muted: #8a94b2;
  --color-border: #2a3347;
  --color-success: #00c896;
  --color-warning: #ffb800;
  --font-display: "Barlow Condensed", sans-serif;
  --font-body: "DM Sans", sans-serif;
  --font-mono: "JetBrains Mono", monospace;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --shadow-glow: 0 0 20px rgba(255, 92, 0, 0.3);
  --shadow-card: 0 8px 28px rgba(0, 0, 0, 0.38);
  --transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --max-width: 1280px;
}
