


/* Colour theme for Godrej Green */

.black-theme{
    --Primary-color: #000;
    --Secondary-color: #434546;
    --button-color: #000;
    --button-hover-color:#434546;
    --button-text-color:#fff;
    --button-text-hover-color:#fff;
}

