 /* Thème 2025-08-20 21:16:33 */

:root {
  --primary-color: #a48a4c;
  --primary-dark: #977d44;
  --primary-light: #ebfff5;
  --gray-light: #b8b8b8;
  --gray-medium: #454545;
  --gray-dark: #000000;
  --footer-color: #000000;
  --text-light: #383838;
  --text-medium: #000000;
  --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);
}
