[data-bs-theme=light] {
    --bs-primary: #238B2D;           
    --bs-primary-active: #3A9D46;   
    --bs-primary-light: #EAFFED;     
    --bs-primary-inverse: #ffffff;
    --bs-primary-clarity: rgba(35, 139, 45, 0.2);
    --bs-primary-rgb: 35, 139, 45;
    --bs-text-primary: #2E7020; 

    --bs-secondary: #F6A01B;
    --bs-secondary-active: #F7B23E;
    --bs-secondary-light: #FFF9EF;
    --bs-secondary-inverse: #ffffff;
    --bs-secondary-clarity: rgba(246, 160, 27, 0.2);
    --bs-secondary-rgb: 246, 160, 27;
    --bs-text-secondary: #C47808;  


}

/***** SVG *****/
.svg-filter-secondary {
    filter: brightness(0) saturate(100%) invert(49%) sepia(76%) saturate(288%) hue-rotate(66deg) brightness(96%) contrast(98%);
}

.svg-filter-primary {
    filter: brightness(0) saturate(100%) invert(19%) sepia(77%) saturate(2526%) hue-rotate(197deg) brightness(100%) contrast(87%);
}

/***** UCUE *****/
:root {
    --ucue-theme-primary: #238B2D;
    --ucue-theme-secondary: #F6A01B;
    --ucue-theme-bg-light: #EAFFED;

    /*Colore in rgb per trasparenza*/
    --ucue-theme-primary-rgb: 35, 139, 45;
    --ucue-theme-secondary-rgb: 246, 160, 27;
}
