/* ========================================
   Organic & Gentle Design System
   ======================================== */
:root {
    /* Warm, skin-toned coral palette */
    --coral-warm: #e8a598;
    --coral-deep: #d4766a;
    --coral-soft: #f5d4cc;
    --coral-pale: #faf3f1;
    --coral-blush: #f8e6e2;

    /* Calming sage and earth tones */
    --sage: #a8c5a8;
    --sage-soft: #d4e5d4;
    --sage-deep: #7a9e7a;
    --cream: #f9f6f3;
    --sand: #e8e0d8;
    --earth: #9a8a7a;
    --earth-dark: #6b5c4e;

    /* Typography */
    --font-serif: "Source Serif 4", Georgia, serif;
    --font-sans: "DM Sans", -apple-system, sans-serif;

    /* Spacing */
    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 1.5rem;
    --space-lg: 2.5rem;
    --space-xl: 4rem;
    --space-2xl: 6rem;
    --space-3xl: 8rem;

    /* Animation timings */
    --ease-organic: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-gentle: cubic-bezier(0.4, 0, 0.2, 1);
}
