.md-typeset {
  font-size: 0.75rem;
  line-height: 1.8;
}

.md-content__inner {
  padding-top: 1.5rem;
  max-width: 780px;
  margin: 0 auto;
}

.md-typeset h1,
.md-typeset h2 {
  margin-top: 2.5em;
  font-weight: 600;
}

/* Linkfarben: getrennt für Hell-/Dunkelmodus, guter Kontrast */
[data-md-color-scheme="default"] .md-typeset a {
  color: #2e6b63;
}

[data-md-color-scheme="slate"] {
  --md-default-bg-color: #1c1c1f;
  --md-primary-fg-color: #2e2e33;
  --md-accent-fg-color: #8a8a93;
}

[data-md-color-scheme="slate"] .md-typeset a {
  color: #7fc8bd;
}

.md-typeset a:hover {
  text-decoration: underline;
}

/* Aktive Seite im linken Menü deutlich hervorheben */
.md-nav__link--active,
.md-nav__link--active code {
  color: #7fc8bd !important;
  font-weight: 600;
}