:root {
  /* Theme Colors (From REQUIREMENTS.md) */
  --color-primary: #E95A25;
  --color-primary-rgb: 233, 90, 37;
  --color-secondary: #626469;
  --color-secondary-rgb: 98, 100, 105;
  --color-accent: #269645;
  --color-accent-rgb: 38, 150, 69;

  /* Additional UI Palette */
  --color-complementary: #FFD700;
  --color-success: #00FF88;
  --color-danger: #FF003C;

  /* Background & Surfaces */
  --color-bg: #FFFFFF;
  --color-surface: rgba(245, 245, 250, 0.8);

  /* Text Colors */
  --color-text: #1E1E24;
  --color-text-muted: #6B7280;

  /* Typography Definitions */
  --font-main: 'Inter', system-ui, sans-serif;
  --font-display: 'Orbitron', sans-serif;
}