


/* Colour theme for Godrej Green */

.theme{
    --Primary-color:#395fa8;
    --tab-color: #000;
    --Secondary-color: #395fa8;
    --button-color: #6b8d14;
    --button-hover-color: #000;
    --button-text-color:#fff;
    --button-text-hover-color:#fff;
    --pricing-filter:  invert(54%) sepia(55%) saturate(618%) hue-rotate(48deg) brightness(118%) contrast(91%);
    --amenities-filter:invert(54%) sepia(55%) saturate(618%) hue-rotate(37deg) brightness(118%) contrast(91%);
    --font-family:"Outfit";
}

