 /* Thème 2025-08-05 18:30:56 */

:root {
  --primary-color: #545b4d;
  --primary-dark: #2f332b;
  --primary-light: #ffab01;
  --gray-light: #e0e0e0;
  --gray-medium: #757575;
  --gray-dark: #333333;
  --footer-color: #333333;
  --text-light: #777777;
  --text-medium: #444444;
  --background-panel: #f8f9fa;
  --background-white: #ffffff;
  --background-cta: #ffffff;
  --box-shadow-light: 0 2px 5px rgba(0, 0, 0, 0.05);
  --box-shadow-hover: 0 2px 5px rgba(0, 0, 0, 0.05);
}
