:root {
  --md-typeset-a-color: #1d4ed8;
}

.md-grid {
  max-width: 76rem;
}

.md-typeset {
  font-size: 0.78rem;
  line-height: 1.65;
}

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

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

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

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

.md-typeset table:not([class]) th {
  background: var(--md-default-fg-color--lightest);
  color: var(--md-default-fg-color);
}

.md-typeset table:not([class]) td,
.md-typeset table:not([class]) th {
  padding: 0.55em 0.75em;
  vertical-align: top;
}

.md-typeset blockquote {
  border-left-color: var(--md-primary-fg-color);
  background: var(--md-default-fg-color--lightest);
  padding: 0.05rem 0.8rem;
}

.md-typeset ul li,
.md-typeset ol li {
  margin-bottom: 0.25em;
}

.md-typeset hr {
  margin: 1.75em 0;
}

.md-nav__title,
.md-nav__item .md-nav__link--active {
  font-weight: 700;
}

.md-header__title {
  font-weight: 700;
}
