body.docs {
  margin-top: 1in;
  font-size: 1.5em;
  font-family: "Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji";
}

.docs main {
  margin: 0 2em;
}

@media only screen and (min-width: 768px) {
  .docs main {
    margin: auto;
    max-width: 60%;
  }
}

.docs p {
  margin: 0.8em 0;
}

.docs h1 {
  font-size: xxx-large;
  text-align: center;
}

.docs h2 {
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  font-size: xx-large;
}

.docs h3 {
  margin-top: 0.5em;
  font-size: x-large;
  font-weight: bold;
}

.docs h3 span {
  font-weight: normal;
}

.docs h3 + div.step {
  margin-left: 2em;
}

.docs h4 {
  margin-top: 0.5em;
  font-size: x-large;
}

.docs ul {
  list-style: revert;
}

.docs ul {
  margin: revert;
  padding: revert;
} 

.docs ol {
  margin: revert;
  padding: revert;
  list-style: revert;
}

.docs a {
  color: revert;
  text-decoration: underline;
  cursor: revert;
}
