:root {
  --md-primary-fg-color: #15171a;
  --md-accent-fg-color: #007f8c;
}

.md-header,
.md-tabs {
  box-shadow: none;
}

.md-content__inner {
  padding-bottom: 4rem;
}

.md-typeset h1 {
  font-weight: 700;
}

.md-typeset h2 {
  border-bottom: 1px solid var(--md-default-fg-color--lightest);
  padding-bottom: 0.35rem;
}

.md-typeset table:not([class]) {
  font-size: 0.72rem;
}

.md-typeset code {
  word-break: normal;
  overflow-wrap: anywhere;
}
