/* Explain: Elegant forest green and gold theme tokens for Serene Flow studio */
:root {
    --primary-color: #2b4c3e;
    --primary-hover: #1e362b;
    --secondary-color: #cda87a;
    --accent-color: #b59265;
    --background-color: #fcf9f2;
    --surface-color: #f7f3eb;
    --ivory-color: #ffffff;
    --warm-beige: #e8dccb;
    --sage-color: #4a6656;
    --clay-color: #cda87a;
    --text-color: #1a2a22;
    --text-muted: #53635b;
    --border-color: rgba(26, 42, 34, 0.12);
    --nav-bg: rgba(252, 249, 242, 0.85);
    --nav-border: rgba(43, 76, 62, 0.25);
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Manrope', sans-serif;
    --shadow-soft: 0 18px 55px rgba(26, 42, 34, 0.08);
    --shadow-deep: 0 32px 90px rgba(26, 42, 34, 0.15);
    --radius-organic: 2.5rem;
}
