:root {
  --md-primary-fg-color: #273469;
  --md-accent-fg-color: #1f8a70;
}

.md-typeset {
  font-size: 0.82rem;
  line-height: 1.62;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  letter-spacing: 0;
}

.md-typeset h1 {
  font-size: 1.8rem;
}

.md-typeset h2 {
  margin-top: 1.8em;
}

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

.md-typeset code {
  word-break: break-word;
}

.md-nav__title,
.md-tabs__link,
.md-search__input {
  letter-spacing: 0;
}

@media screen and (max-width: 76.2344em) {
  .md-typeset {
    font-size: 0.88rem;
  }

  .md-typeset h1 {
    font-size: 1.45rem;
  }
}
