/* ===== DESIGN TOKENS ===== */
:root {
  /* Couleurs principales -- turquoise profond + warm bronze */
  --cream: #f8f6f3;
  --cream-dark: #ede9e4;
  --warm-white: #fdfcfa;
  --coral: #0D8E93;
  --coral-light: #3aabb0;
  --coral-soft: rgba(13, 142, 147, 0.08);
  --teal: #0D8E93;
  --teal-soft: rgba(13, 142, 147, 0.1);
  --teal-bright: #10a5ab;
  --gold: #A07B4F;
  --gold-light: #b99468;
  --charcoal: #2a2722;
  --charcoal-light: #4a4540;
  --text: #36322c;
  --text-light: #6e6660;
  --text-faint: #a89e96;
  --white: #ffffff;

  /* Typographie */
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', -apple-system, sans-serif;
}
