
[data-md-color-scheme="oxford"] {
    /* Primary color shades */
    --md-primary-fg-color:        var(--ox-tertiary-cream);  /* header BG, search box BG (darker), page section titles in sidebar */
    --md-primary-fg-color--light: var(--ox-tertiary-cream);  /* nothing */
    --md-primary-fg-color--dark:  var(--ox-tertiary-cream);  /* nothing */
    --md-primary-bg-color:        var(--ox-primary-darker-blue);  /* title, search box mag */
    --md-primary-bg-color--light: var(--ox-primary-darker-blue);  /* search box text */

    /* Accent color shades */
/*    --md-accent-fg-color:              var(--ox-primary-darker-blue);  /* nothing */*/
/*    --md-accent-fg-color--transparent: var(--ox-primary-darker-blue);  /* nothing */*/
/*    --md-accent-bg-color:              var(--ox-primary-darker-blue);  /* nothing */*/
/*    --md-accent-bg-color--light:       var(--ox-primary-darker-blue);  /* nothing */*/

/*    --md-typeset-color: var(--ox-primary-darker-blue);  /* nothing */*/

/*    --md-footer-fg-color: var(--ox-primary-darker-blue);  /* nothing */*/
/*    --md-footer-bg-color: var(--ox-primary-darker-blue);  /* nothing */*/

}

.md-typeset h1, .md-typeset h2, .md-typeset h3 {
  font-weight: bold;
  color: var(--ox-primary-darker-blue);
}


body {
  background: var(--ox-vlight-grey);
}
/*body {
  background: var(--ox-very-light-blue);
}*/
/*body {
  background: var(--ox-tertiary-cream);
}*/


/* Reduce padding in tables */
.md-typeset table:not([class]) th,
.md-typeset table:not([class]) td {
    min-width: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
