/* ==========================================================================
   COLOR.CSS — Palette unifiee Sol'id Carrelage
   Source unique de verite pour toutes les couleurs du site.
   A importer dans chaque page : vitrine, back-office, espace client.
   ========================================================================== */

:root {
    /* ── Marque (taupe/greige) ── */
    --primary:          #a89f97;
    --primary-dark:     #968b82;
    --primary-light:    #b5aca4;
    --primary-lighter:  #f5f4f3;

    /* ── Texte / Encre ── */
    --ink:              #1a1a1a;
    --ink-muted:        #666666;

    /* ── Fond neutre ── */
    --gray-light:       #f8f9fa;

    /* ── Etats semantiques ── */
    --success:          #22c55e;
    --warning:          #f59e0b;
    --danger:           #ef4444;
}
