/* Explain: Bold & Contemporary neon nightlife tokens with high contrast typography */
:root {
    --primary-color: #d4af37; /* Luxury Gold */
    --primary-hover: #b8972e;
    --secondary-color: #151515;
    --accent-color: #e5e7eb; /* Silver */
    --logo-subtitle-color: #d4af37;
    --button-color: #d4af37;
    --button-text-color: #111111;
    --background-color: #111111; /* Deep Charcoal */
    --surface-color: #1a1a1a;
    --footer-bg: #0a0a0a;
    --text-color: #f3f4f6;
    --text-muted: #9ca3af;
    --border-color: rgba(255, 255, 255, 0.1);
    --glass-bg: rgba(20, 20, 20, 0.85);
    --glass-border: rgba(212, 175, 55, 0.2);
    --nav-bg: rgba(17, 17, 17, 0.95);
    --shadow-soft: 0 10px 40px rgba(0, 0, 0, 0.8);
    --shadow-button: 0 8px 32px rgba(212, 175, 55, 0.25);
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}
