/* Mkdocs specific css */
  
.md-typeset h1 {
  font-weight: 600;
}
  
.md-typeset h2 {
  font-weight: 500;
}
  
.md-typeset h3 {
  font-weight: 400;
}
  
.md-typeset .admonition>* {
  font-size: 112%;
}