/* ============================================================
   DESIGN TOKENS — MT Luxury Stays
   Modifier ici pour changer l'identité visuelle globale
   ============================================================ */

:root {
  /* Palette principale */
  --cream:      #FAF7F2;
  --cream2:     #F2EDE3;
  --ink:        #1C1812;
  --ink2:       #3A3025;

  /* Or */
  --gold:       #C4952A;
  --gold2:      #E0B050;
  --gold-pale:  #F5E4B8;

  /* Divers */
  --muted:      #6B5E4E; /* assombri pour contraste AA (était #8A7D6A) */
  --white:      #FFFFFF;
  --rule:       rgba(28, 24, 18, 0.1);
  --green:      #25D366; /* WhatsApp */

  /* Or accessible — texte or sur fond clair (ratio ≥ 4.5:1) */
  --gold-text:  #8C6408;
}
