


/* Colour theme for Godrej Green */

.Godrej-Green{
    --Primary-color: #AE9751;
    --Secondary-color: #000;
    --button-color: #AE9751;
    --button-hover-color:  #000;
    --button-text-color:#fff;
    --button-text-hover-color:#fff;
    --font-family:"Outfit";
}


