/* Explain: Dark neon theme tokens for Nocturne Art's emotional identity */
:root {
    --primary-color: #ff3ea5;
    --primary-hover: #ff75c8;
    --secondary-color: #101625;
    --accent-color: #28f4e1;
    --logo-subtitle-color: #b6fff8;
    --button-color: #ff3ea5;
    --background-color: #05050a;
    --surface-color: #0c0d16;
    --footer-bg: #030307;
    --text-color: #f7f3ff;
    --text-muted: #b9b4c8;
    --border-color: rgba(255, 255, 255, 0.12);
    --glass-bg: rgba(13, 14, 24, 0.78);
    --glass-border: rgba(40, 244, 225, 0.22);
    --nav-bg: rgba(5, 5, 10, 0.82);
    --field-bg: rgba(255, 255, 255, 0.06);
    --sage-soft: rgba(255, 62, 165, 0.14);
    --sage-dark: #28f4e1;
    --terracotta-soft: rgba(40, 244, 225, 0.12);
    --shadow-soft: 0 28px 90px rgba(0, 0, 0, 0.48);
    --shadow-button: 0 18px 44px rgba(255, 62, 165, 0.34);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}
