/* Explain: Spa-inspired theme tokens for Serene Flow studio */
:root {
    --primary-color: #4ECDC4;
    --primary-hover: #3AA9A2;
    --secondary-color: #FFD166;
    --accent-color: #FF6B6B;
    --background-color: #E1F4F1;
    --surface-color: #CDECE8;
    --ivory-color: #FFFFFF;
    --warm-beige: #FFD166;
    --sage-color: #4ECDC4;
    --clay-color: #FF6B6B;
    --text-color: #051A18;
    --text-muted: #113634;
    --border-color: rgba(11, 43, 41, 0.12);
    --nav-bg: rgba(255, 255, 255, 0.85);
    --nav-border: rgba(78, 205, 196, 0.3);
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Manrope', sans-serif;
    --shadow-soft: 0 18px 55px rgba(78, 205, 196, 0.11);
    --shadow-deep: 0 32px 90px rgba(78, 205, 196, 0.18);
    --radius-organic: 2.5rem;
}
