/*
 Theme Name: app
 Author: Startbiz
 Description: Un thème personnalisé pour WooCommerce
 Version: 1.0
*/


:root {
    --bs-primary: #254a24 !important;
}

/* Pour forcer la couleur primaire sur les composants */
.btn-primary, 
.bg-primary, 
.text-primary, 
.border-primary {
    background-color: #254a24 !important;
    border-color: #254a24 !important;
    color: white !important;
}
