/* Explain: Spa-inspired theme tokens for Serene Flow studio */
:root {
    --primary-color: #6082B6;
    --primary-hover: #4C6A9C;
    --secondary-color: #D8C3A5;
    --accent-color: #B9826B;
    --background-color: #F8F5EE;
    --surface-color: #EFE7DA;
    --ivory-color: #F8F5EE;
    --warm-beige: #D8C3A5;
    --sage-color: #6082B6;
    --clay-color: #B9826B;
    --text-color: #2C3E50;
    --text-muted: #5D6D7E;
    --border-color: rgba(44, 62, 80, 0.14);
    --nav-bg: rgba(248, 245, 238, 0.78);
    --nav-border: rgba(96, 130, 182, 0.45);
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Manrope', sans-serif;
    --shadow-soft: 0 18px 55px rgba(44, 62, 80, 0.11);
    --shadow-deep: 0 32px 90px rgba(44, 62, 80, 0.18);
    --radius-organic: 2.5rem;
}
