/* Explain: Theme design tokens (colors, fonts) for indie music aesthetic. - */
:root {
    --primary-color: #fca311; /* Indie Amber */
    --primary-hover: #e59500;
    --secondary-color: #e63946; /* Retro Red */
    --accent-color: #457b9d; /* Faded Blue */
    --background-color: #111111; /* Deep Charcoal */
    --surface-color: #1a1a1a;
    --text-color: #f1faee;
    --text-muted: #a8a8a8;
    --border-color: #333333;
    
    --font-heading: 'Oswald', sans-serif;
    --font-body: 'Inter', sans-serif;
}