/* Set the overall page background */
body, html {
    background-color: #f4f6f7 !important;
}

/* Main content container background */
.container, 
.site-content {
    background-color: #f4f6f7 !important;
}

/* Header and top bar background */
.header, 
.navbar, 
.site-header {
    background-color: #f4f6f7 !important;
}

/* Footer background */
.footer, 
.site-footer {
    background-color: #f4f6f7 !important;
}

/* Optional: Override Cassiopeia CSS variable */
:root {
    --cassiopeia-color-background: #f4f6f7;
}



/* body {
  background‑color: #f4f6f7 !important;
}

:root {
    --cassiopeia-color-background: #f4f6f7;
} */


/* body {
  background-color: #f4f6f7;
} */

/* .dropdown-menu {
  margin-top: 0;
} */


