


/* Colour theme for Godrej Green */

.theme{
    --Primary-color: #41058a;
    --tab-color: #84af1d;
    --Secondary-color: #41058a;
    --button-color: #6b8d14;
    --button-hover-color: #485f0d;
    --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";
}

