/* ============================================
   toiles.guylene.fr — Thème couleurs central
   Modifié le 06/06/2026 15:38
   ============================================ */

:root {
  /* Encre & textes */
  --ink:       #1a1612;   /* Texte principal */
  --ink-l:     #181614;   /* Texte secondaire */
  --ink-f:     #9a9088;   /* Texte faint / placeholder */

  /* Fonds */
  --cream:     #f7f3ee;   /* Fond principal */
  --cream-d:   #e0d7c9;   /* Fond légèrement plus sombre */
  --cream-dd:  #c0b0a0;   /* Fond encore plus sombre */

  /* Or / Accent principal */
  --gold:      #af8254;   /* Or principal */
  --gold-l:    #d4a870;   /* Or clair */
  --gold-p:    #f0e4d0;   /* Or pâle (fonds) */

  /* Accents secondaires */
  --rust:      #8b4a2a;   /* Rouille / liens actifs */
  --sage:      #6a7a5a;   /* Vert sauge / expositions */

  /* Bordures (calculées depuis --gold) */
  --bd:        rgba(175,130,84,0.2);
  --bd2:       rgba(175,130,84,0.45);

  /* Rayons & ombres */
  --r:         2px;
  --r2:        4px;
  --sh:        0 2px 20px rgba(26,22,18,0.08);
}
