:root {
  --text-color: #222222;
  --subtitle-color: rgba(0 0 0 / 70%);
  --separator-color: #ddd;
  --table-border-color: #ccc;
  --footer-color: #aaaaaa;
  --anchor-color: #aaaaaa;
  --link-color: #000000;
}

body.doc-content {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: var(--text-color);
  font-weight: 300;
  margin: 0;
  box-sizing: border-box;
  padding: 0 1rem;
}

body.doc-content h2:hover > a.header-anchor,
body.doc-content h3:hover > a.header-anchor {
  display: none;
}

body.doc-content header > h1 {
  font-size: 1.5em;
  font-weight: 700;
}

@media (min-width: 768px) {
  body.doc-content {
    width: 100%;
    margin-top: 2rem;
  }

  body.doc-content header > h1 {
    font-size: 2em;
  }
}
