/*
Theme Name: Vivre, Revivre le Bonheur
Theme URI: https://example.com
Author: Dr Samuel Mathey & Wassima Saber
Description: ERP d'inscription et de gestion des séances de coaching de couple "Vivre, Revivre le Bonheur", palette bordeaux & or.
Version: 1.0.0
Text Domain: erp-coaching
*/

:root{
  --erp-primary:#5C0B0A;      /* bordeaux dominant */
  --erp-primary-dark:#3A0605;
  --erp-accent:#D4A017;       /* or - reservé aux boutons d'action */
  --erp-accent-dark:#B3860E;
  --erp-bg:#FCE7C3;           /* fond ivoire */
  --erp-bg-light:#FFF7E8;
  --erp-text:#1A0000;
  --erp-text-soft:#4A1A1A;
  --erp-white:#FFFFFF;
  --erp-border:#E3C68A;
  --erp-success:#2F7D32;
  --erp-danger:#B3261E;
  --erp-warning:#B3860E;
  --erp-radius:10px;
  --erp-shadow:0 6px 20px rgba(90,10,10,.12);
  --erp-font: 'Segoe UI', system-ui, -apple-system, sans-serif;
}
