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

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

.md-typeset table:not([class]) {
  display: table;
  width: 100%;
}

.md-typeset td code,
.md-typeset th code {
  white-space: nowrap;
}

.md-typeset pre > code {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 76.234375em) {
  .md-typeset table:not([class]) {
    display: block;
  }
}
