/* Community Level Styles */
:root {
    --hero-logo-width: clamp(180px,40vw,330px);
    --menu-logo-max-width: 320px;
    --footer-mobile-community-logo-width: 145px;
    --footer-desktop-community-logo-width: 240px;
    --amenities-list-bullet-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    :root {
        --menu-logo-max-width: 240px;
    }
}