/* Custom CSS overrides */

/* Light cream background for the entire page */
body {
    background-color: #faf7f0 !important;
}

/* Ensure sections blend with the cream background */
#wrapper > section {
    background-color: #faf7f0 !important;
}

/* Make sure banners also use cream background */
.banner {
    background-color: #faf7f0 !important;
}

/* Spotlight sections */
.spotlight {
    background-color: #faf7f0 !important;
}

/* Gallery sections */
.gallery {
    background-color: #faf7f0 !important;
}