/* :root  > * {
    --md-primary-fg-color:        #c2c2c2;
    --md-primary-fg-color--light: #ecd7b7;
    --md-primary-fg-color--dark:  #904203;
  } */


[data-md-color-scheme="slate"] {
--md-hue: 1254433; 
}


/* Make the entire layout full-width */
/* .md-grid {
  max-width: 100%;
  margin: 0;
  padding: 0;
} */

/* Make the main content span full width */
.md-main__inner {
  max-width:90%;
}

/* Make sure tables, images, and other content do not overflow */
/* .md-content {
  max-width: 100%;
  padding: 0 16px; 
} */
