/* Explain: Spa-inspired theme tokens for Serene Flow studio */
:root {
    --primary-color: #A8BFA3;
    --primary-hover: #879F81;
    --secondary-color: #D8C3A5;
    --accent-color: #B9826B;
    --background-color: #F8F5EE;
    --surface-color: #EFE7DA;
    --ivory-color: #F8F5EE;
    --warm-beige: #D8C3A5;
    --sage-color: #A8BFA3;
    --clay-color: #B9826B;
    --text-color: #3F4A3C;
    --text-muted: #697363;
    --border-color: rgba(63, 74, 60, 0.14);
    --nav-bg: rgba(248, 245, 238, 0.78);
    --nav-border: rgba(168, 191, 163, 0.45);
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Manrope', sans-serif;
    --shadow-soft: 0 18px 55px rgba(63, 74, 60, 0.11);
    --shadow-deep: 0 32px 90px rgba(63, 74, 60, 0.18);
    --radius-organic: 2.5rem;
}
