:root {
  --cassiopeia-color-primary: #e1d8c8; /* Set a new primary color for the whole site */
}

/* Ensure the site description text is the correct color */
.site-description {
  color: #605a31 !important;
}

/* Custom styles for the Header */
.container-header {
  background-color: #e1d8c8; /* Replace with your desired color code NMRA beige */
  background-image: none;
  color: #605a31 !important;            /* Header text: NMRA Green  */  /* !!! ADD THIS LINE for primary text color !!! */
}

/* Custom styles for the Main Footer */
.footer {
  background-color: #e1d8c8 !important;  /* Footer background: NMRA beige */
  background-image: none !important;     /* !!! ADD THIS LINE to remove the gradient !!! */
  color: #605a31;                        /* Footer text: NMRA Green */
}

/* Custom styles for the Main Footer */
.site-footer {
  background-color: #e1d8c8 !important; /* Footer background: NMRA beige */
  color: #605a31;            /* Footer text: NMRA Green  */
}
