/* Explain: Luxury wellness retreat theme tokens and typography */
:root {
    --primary-color: #9DC183;
    --primary-hover: #86aa6e;
    --secondary-color: #E8DECC;
    --accent-color: #C8A96A;
    --background-color: #FAF9F6;
    --surface-color: #F2EBDD;
    --text-color: #0D3B39;
    --text-muted: #5f7670;
    --border-color: rgba(13, 59, 57, 0.16);
    --sage-soft: #d9e7d0;
    --sand-deep: #d9c9ad;
    --teal-soft: rgba(13, 59, 57, 0.08);
    --white-soft: #fffdf9;
    --shadow-soft: 0 28px 90px rgba(13, 59, 57, 0.13);
    --shadow-card: 0 18px 48px rgba(13, 59, 57, 0.09);
    --radius-large: 2rem;
    --radius-xl: 3rem;
    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Avenir Next', Avenir, 'Inter', sans-serif;
}
