:root {
    --color-bg: #121212;
    --color-surface: #1e1e1e;
    --color-border: #333;
    --color-text: #e0e0e0;
    --color-accent: #d4af37;
    --color-accent-solid: #d4af37;
    --color-secondary: #8b2635;
    --color-secondary-light: #a03042;
    --color-danger: #ff6b6b;
    --radius: 8px;
    --shadow: 0 0 20px rgba(0,0,0,0.6);
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-display: 'Orbitron', 'Inter', monospace;
    --font-fantasy: 'Cinzel', 'Times New Roman', serif;
    --font-fantasy-decorative: 'Cinzel Decorative', 'Cinzel', serif;
}
