:root {
    --custom-green: #007d32;
    --custom-greenlight: #7baa80;
    --custom-azure: #5ea9ff;
    --custom-light: #e6efff;
    --custom-gray: #6d7698;
}

.bg-calcio {
    background-color: #64975F !important;
}

.bg-pallacanestro {
    background-color: #B54213 !important;
}

.bg-pallavolo {
    background-color: #5B5BA1 !important;
}

.bg-pink {
    background-color: #F5C6DF !important;
}

.bg-azure {
    background-color: #96CDFF !important;
}

.bg-vanilla {
    background-color: #CDC89A !important;
}

.text-pink {
    color: #F5C6DF !important;
}

.text-azure {
    color: #96CDFF !important;
}

.text-vanilla {
    color: #CDC89A !important;
}