/* Community Level Styles */
:root {
    --neighborhood-impact-title-font-family: var(--fonts-header);
    --neighborhood-top-upto-767: -44px;
    --neighborhood-top-768-1179: -68px;
    --neighborhood-header-font-size-1180-1399: calc(var(--header-base-font-size) * 2.6);
    --neighborhood-top-1180-1399: -49px;
    --neighborhood-header-font-size-from-1400: calc(var(--header-base-font-size) * 3);
    --neighborhood-top-from-1400: -58px;
    --footer-alt-hover: rgba(47, 46, 46, 0.7);
}

/* home page */
.neighborhood-header.neighborhood-impact-title.token-header-two > b {
    font-family: var(--fonts-accent);
}