/* Explain: Theme tokens for the exclusive luxury sports brand identity. - */
:root {
    --primary-color: #f0424b;
    --primary-hover: #d9353e;
    --secondary-color: #121212;
    --accent-color: #f0424b;
    --logo-subtitle-color: #8D99AE;
    --button-color: #f0424b;
    --background-color: #18181b;
    --surface-color: #27272a;
    --footer-bg: #09090b;
    --text-color: #f8fafc;
    --text-muted: #94a3b8;
    --border-color: rgba(255, 255, 255, 0.12);
    --glass-bg: rgba(10, 10, 10, 0.85);
    --glass-border: rgba(240, 66, 75, 0.2);
    --nav-bg: rgba(10, 10, 10, 0.95);
    --field-bg: rgba(255, 255, 255, 0.04);
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.5);
    --shadow-button: 0 4px 20px rgba(240, 66, 75, 0.3);
    --font-heading: 'Oswald', sans-serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Oswald', sans-serif;
}