/* Make the header darker and more muted */
.md-header {
  background-color: #37474f !important;
}

/* Slightly soften the sidebar background in dark mode */
[data-md-color-scheme="slate"] .md-sidebar,
[data-md-color-scheme="slate"] .md-sidebar__scrollwrap {
  background-color: #161b22;
}

/* Make active nav links feel subtler and less default-indigo */
.md-nav__link--active {
  color: #90a4ae !important;
  font-weight: 600;
}

/* Slightly reduce the shoutiness of big page titles */
.md-typeset h1 {
  font-weight: 400;
  letter-spacing: -0.02em;
}

/* Make h2 headings cleaner */
.md-typeset h2 {
  font-weight: 500;
  margin-top: 2rem;
}

/* Give the main content a little more breathing room */
.md-content__inner {
  padding-top: 1.2rem;
}

/* Calm link colour */
.md-typeset a {
