/* staticfiles/css/custom_styles.css */

.masthead.bg-primary-override {
    background-color: #2F4F4F !important; /* Dark Slate Gray */
    /* You can remove the background-image property if it was previously set for a gradient */
    background-image: none !important;
}

.cta {
    background-color: #2F4F4F !important; /* Dark Slate Gray */
    background-image: none !important;
}

.bg-theme-light-accent {
    background-color: #f8f9fa !important; /* A standard light gray, good for subtle distinction */
}

.bg-theme-medium-accent {
    background-color: #e9ecef !important; /* A slightly darker light gray for more contrast */
}

/* If you want to change the default .bg-primary for other elements too, you can do this: */
/* 
.bg-primary {
    background-color: #2F4F4F !important; 
    background-image: none !important; 
}
*/
