/* Global uniformity — cream body, rust accents */
body {
    background-color: #F2EBDF !important;
}
.site-header,
header,
.main-header,
.header-wrapper {
    background-color: #F2EBDF !important;
}
.bg-dark,
[data-bs-theme="dark"] {
    background-color: #F2EBDF !important;
    color: #6B5B4F !important;
}