
/* Colour theme for Godrej Blue */

.Godrej-blue{
    --Primary-color: #29759f;
    --Secondary-color: #b11b5c;
    --button-color: #29759f;
    --button-hover-color: #125072;
    --button-text-color:#fff;
    --button-text-hover-color:#fff;
    --font-family:"Outfit";
}
