:root  > * {
  --md-primary-fg-color:        #E7A03C;
  --md-primary-fg-color--light: #f0bb71;
  --md-primary-fg-color--dark:  #fd8937;
}

.md-typeset h1 {
  /*font-size: 24pt;*/
  font-weight: bold;
  color: #595959;
  border-bottom: solid 2px #f18b21;
  padding-bottom: 5px;
}

.md-typeset h2 {
  border-bottom: 1px dotted #888;
}
