/* Explain: Theme design tokens for the wellness retreat visual system */
:root {
    --primary-color: #849E82;
    --primary-hover: #6f8b6e;
    --secondary-color: #D7C4A5;
    --accent-color: #EABEA6;
    --background-color: #FAF9F6;
    --surface-color: #fffdf9;
    --text-color: #2f3b31;
    --text-muted: #6f766b;
    --border-color: rgba(132, 158, 130, 0.24);
    --sand-color: #D7C4A5;
    --peach-color: #EABEA6;
    --sage-soft: #edf3ec;
    --cream-deep: #f3eadb;
    --shadow-soft: 0 28px 80px rgba(69, 88, 67, 0.14);
    --shadow-card: 0 18px 50px rgba(82, 99, 75, 0.12);
    --radius-organic: 2.25rem;
    --font-heading: 'Ogg', 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Montserrat', Arial, sans-serif;
}
