/* Explain: Theme tokens for the Neowise 3D digital art studio (Dark/Neon) */
:root {
    --primary-color: #00E5FF;
    --primary-hover: #00B3CC;
    --secondary-color: #878681;
    --accent-color: #00E5FF;
    --logo-subtitle-color: #A0A0A5;
    --button-color: #00E5FF;
    --background-color: #0D0D11;
    --surface-color: #16161D;
    --footer-bg: #0A0A0D;
    --text-color: #E2E2E5;
    --text-muted: #A0A0A5;
    --border-color: rgba(255, 255, 255, 0.1);
    --glass-bg: rgba(22, 22, 29, 0.72);
    --glass-border: rgba(0, 229, 255, 0.25);
    --nav-bg: rgba(13, 13, 17, 0.85);
    --field-bg: rgba(255, 255, 255, 0.05);
    --sage-soft: rgba(0, 229, 255, 0.1);
    --sage-dark: #00E5FF;
    --terracotta-soft: rgba(135, 134, 129, 0.15);
    --shadow-soft: 0 22px 70px rgba(0, 0, 0, 0.4);
    --shadow-button: 0 16px 36px rgba(0, 229, 255, 0.2);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}
