/* Community Level Styles */
/* use top-level .design-style class to gain specificity */ 
/*e.g. .design-style .hero */

:root {
    /* pets */
    --pet-card-heading-color: var(--secondary-base);
    
    /* neighborhood */
    --neighborhood-header-2-color: var(--secondary-base);
    
    /* residents */
    --resident-card-box-shadow: none;
    --resident-icon-stroke: var(--secondary-base);
}

/* contact */
#contact_us_page_container .lightning-form .form-btn:hover {
    background: var(--primary-hover);
    color: var(--primary-hover-alt);
}

/* eBrochure */
.ebrochure-page .recipients-heading {
    color: var(--secondary-base);
}

.ebrochure_page .sidebar .bottom-content .accessibility-container img {
    filter: none;
}