[data-bs-theme=light] {
    --bs-primary: #1A407F;
    --bs-primary-active: #2A56A3;
    --bs-primary-light: #F2F8F5;
    --bs-primary-inverse: #ffffff;
    --bs-primary-clarity: rgba(16, 92, 168, 0.2);
    --bs-primary-rgb: 16, 92, 168;
    --bs-text-primary: #1A407F;

    --bs-secondary: #76B82A;
    --bs-secondary-active: #8FD13E;
    --bs-secondary-light: #E3F5CE;
    --bs-secondary-inverse: #ffffff;
    --bs-secondary-clarity: rgba(89, 162, 79, 0.2);
    --bs-secondary-rgb: 89, 162, 79;
    --bs-text-secondary: #76B82A;
}

/***** UCUE *****/
:root {
    --ucue-theme-bg-light: #F3FBFF;
    --ucue-theme-primary: #1A407F;
    --ucue-theme-secondary: #76B82A;

    /*Colore in rgb per trasparenza*/
    --ucue-theme-primary-rgb: 55, 113, 179;
    --ucue-theme-secondary-rgb: 109, 189, 146;
}