h1,
h2,
h3,
h4 {
  margin: 0px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--color-heading);
}

h1 {
  font-size: 3rem;
}

h1 + p {
  margin-top: 2.5rem;
}

h2 {
  margin-top: 3rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h3 {
  margin-top: 1.75rem;
}

p {
  margin-top: 0.5rem;
  line-height: 1.4;
}

div.code-block {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

img {
  max-width: none;
}
