:root {
  --md-primary-fg-color:        #1F2232;
  --md-primary-fg-color--light: #1F2232;
  --md-primary-fg-color--dark:  #1F2232;
}
.md-content h1 {
  color: #1F2232;
  font-weight: 400;
}
.md-content h1 {
  color: #1F2232;
  font-weight: 400;
}
/* Note */
.md-typeset .admonition.note,
.md-typeset details.note {
  border-color: #FBD01C;
}
.md-typeset .note > .admonition-title,
.md-typeset .note > summary {
  background-color: #FBD01C50;
}
.md-typeset .note > .admonition-title::before,
.md-typeset .note > summary::before {
  background-color: #FBD01C;
}
/* success */
.md-typeset .admonition.success,
.md-typeset details.success {
  border-color: #1bdf9d;
}
.md-typeset .success > .admonition-title,
.md-typeset .success > summary {
  background-color: #BEE5D8;
}
.md-typeset .success > .admonition-title::before,
.md-typeset .success > summary::before {
  background-color: #1bdf9d;
}
/* example */
.md-typeset .admonition.example,
.md-typeset details.example {
  border-color: #F03559;
}
.md-typeset .example > .admonition-title,
.md-typeset .example > summary {
  background-color: #F0355950;
}
.md-typeset .example > .admonition-title::before,
.md-typeset .example > summary::before {
  background-color: #F03559;
}
