:root {
  --tutorial-content-width: 50rem;
}

@media screen and (min-width: 76.25em) {
  .md-main__inner {
    max-width: 78rem;
  }

  .md-content {
    max-width: var(--tutorial-content-width);
  }
}

.md-typeset {
  line-height: 1.7;
}

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

.md-typeset code {
  font-size: 0.85em;
}
