/* :root {
  --md-primary-fg-color:        #00b4e5;
  --md-primary-fg-color--light: #c1ce00;
  --md-primary-fg-color--dark:  #90030C;
  --md-default-bg-color:        #f5f5f5;
  --md-typeset-mark-color:    #4287ff4d;
  --md-typeset-a-color:#00b4e5;
}  */

[data-md-color-scheme="slate"] {
   --md-primary-fg-color:        #171611; 
  /* --md-primary-fg-color--light: #c1ce00;
  --md-primary-fg-color--dark:  #90030C; */
  --md-typeset-mark-color:    #4287ff4d;
  --md-typeset-a-color:#00b4e4;
  --md-hue: 50; 
}

.md-typeset table:not([class]) {
  font-size: .75rem;
  line-height: 1.1;
}

[data-md-color-scheme="default"] {
  /* --md-primary-fg-color:        #00b4e5;
  --md-primary-fg-color--light: #c1ce00;
  --md-primary-fg-color--dark:  #90030C; */
  --md-typeset-mark-color:    #4287ff4d;
  --md-typeset-a-color:#00b4e4;
}



/* Avoid line breaks in navigation*/
.md-nav__link {
  white-space: nowrap;
}
/* .md-typeset {
  font-size: .75rem; 
  line-height: 1.4; 
} */

.md-grid {
  max-width: 1600px;
}

li {
  margin-bottom: 0 !important;
}




.size-5 {
  font-size: 250%;
  line-height: 1.4em;
  font-weight: 900;
} 
.size-4 {
  font-size: 175%;
  line-height: 1.3em;
  font-weight: 800;
} 
.size-3 {
  font-size: 125%;
  line-height: 1.2em;
  font-weight: 700;
}
