/* Lenergy Solar — Thème filiale solaire */
/* Override variables principales pour couleur solaire */
:root {
  --accent: #F59E0B;
  --accent-dark: #D97706;
  --accent-light: #FCD34D;
}

/* Boutons primaires en jaune solaire */
.btn-primary {
  background: #F59E0B !important;
  color: #fff !important;
}
.btn-primary:hover {
  background: #D97706 !important;
}

/* Liens accentués */
a[style*="color:#F59E0B"] { color: #F59E0B; }

/* Brand suffix Solar */
.brand-suffix { color: #F59E0B !important; }
