/* Design tokens En Aparté */
:root {
    /* Colors */
    --ea-c-primary:   #b09b71;   /* CTA principal / accents */
    --ea-c-primary-d: #96835f;   /* hover */
    --ea-c-heading:   #545454;   /* titres */
    --ea-c-body:      #6e6a62;   /* corps de texte + bouton secondaire */
    --ea-c-bg-cream:  #f5eee6;   /* fond crème/beige (sections claires) */
    --ea-c-bg-warm:   #ebe0d3;   /* fond warm (variante 2) */
    --ea-c-bg-dark:   #4a413a;   /* fond footer sombre */
    --ea-c-white:     #ffffff;

    /* Typography */
    --ea-f-heading:   'Playfair Display', Georgia, serif;
    --ea-f-body:      'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --ea-f-button:    'Inter', -apple-system, sans-serif;

    /* Sizes */
    --ea-fs-h1:       50px;
    --ea-fs-h2:       36px;
    --ea-fs-h3:       26px;
    --ea-fs-eyebrow:  13px;
    --ea-fs-body:     16px;

    --ea-lh-h1:       1.1;
    --ea-lh-body:     1.625;

    /* Shape */
    --ea-radius-btn:  20px;
    --ea-radius-card: 12px;
    --ea-radius-photo:20px;

    /* Spacing */
    --ea-container:   1152px;
    --ea-section-py:  96px;
}
