/* Explain: Theme tokens for the Science Gaming e-sport identity. - */
:root {
    --primary-color: #00E5FF;
    --primary-hover: #00B3CC;
    --secondary-color: #0B0C10;
    --accent-color: #00E5FF;
    --logo-subtitle-color: #008B99;
    --button-color: #00E5FF;
    --background-color: #050505;
    --surface-color: #0F1115;
    --footer-bg: #07080A;
    --text-color: #FFFFFF;
    --text-muted: #A0AEC0;
    --border-color: rgba(0, 229, 255, 0.2);
    --glass-bg: rgba(11, 12, 16, 0.72);
    --glass-border: rgba(0, 229, 255, 0.3);
    --nav-bg: rgba(5, 5, 5, 0.85);
    --field-bg: rgba(15, 17, 21, 0.8);
    --sage-soft: rgba(0, 229, 255, 0.1);
    --sage-dark: #00E5FF;
    --terracotta-soft: rgba(0, 229, 255, 0.15);
    --shadow-soft: 0 8px 32px rgba(0, 229, 255, 0.1);
    --shadow-button: 0 0 20px rgba(0, 229, 255, 0.4);
    --font-heading: 'Rajdhani', sans-serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Rajdhani', sans-serif;
}