


/* Colour theme for Godrej Green */

.theme{
    --Primary-color:#e91e3f;
    --tab-color: #000;
    --Secondary-color: #e91e3f;
    --button-color: #6b8d14;
    --button-hover-color: #000;
    --button-text-color:#fff;
    --button-text-hover-color:#fff;
}

