[data-md-color-scheme=default] {
  --md-default-fg-color--light: #222 !important;
}
[data-md-color-scheme=slate] {
  --md-default-fg-color--light: #fefefe !important;
  --md-typeset-a-color: #fc0 !important;
}
  
.md-typeset h1 {
  /*font-size: 24pt;*/
  font-weight: bold;
  border-bottom: solid 2px #f18b21;
  padding-bottom: 5px;
}

.md-typeset h2 {
  border-bottom: 1px dotted #888;
}

[data-md-color-scheme=slate] .md-typeset h2 {
  color: #fc0;
  border-bottom: 1px dotted #888;
}

.md-typeset h3:before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f0a9";
  margin-right: 5px;
}

/* [data-md-color-scheme=slate] .md-typeset h3 {
} */

.md-typeset pre {
  color: #f8f8f2;
}
.md-typeset .highlighttable .linenos .linenodiv pre {
  display: none;
}
.md-typeset .highlighttable > * {
  --md-code-bg-color: #222 !important;
  --md-code-fg-color: #fefefe !important;
}
.md-typeset .highlighttable .linenos .linenodiv pre span {
  background-color: #222 !important;
  color: #fefefe !important;
}
.md-typeset .highlighttable .md-clipboard:before,
.md-typeset .highlighttable .md-clipboard:after {
  color: rgba(240,240,240,.8);
}
.md-typeset .highlighttable .md-clipboard:hover:before,
.md-typeset .highlighttable .md-clipboard:hover:after {
  color: rgba(102,217,224,1);
}