/* Explain: Color tokens and font definitions for the dark gaming theme. - */
:root {
    --primary-color: #e53935;
    --primary-hover: #ff5252;
    --secondary-color: #1a1a1a;
    --accent-color: #e53935;
    --button-color: #e53935;
    --background-color: #080808;
    --surface-color: #121212;
    --footer-bg: #0a0a0a;
    --text-color: #f0f0f0;
    --text-muted: #9e9e9e;
    --border-color: rgba(255, 255, 255, 0.1);
    --glass-bg: rgba(10, 10, 10, 0.7);
    --glass-border: rgba(255, 255, 255, 0.05);
    
    --font-heading: 'Oswald', sans-serif;
    --font-body: 'Inter', sans-serif;
}