h1 {
  color: var(--text-color);
  font-size: var(--text-4xl);
  line-height: var(--text-4xl--line-height);
  font-weight: bold;
}

h2 {
  color: var(--text-color);
  font-size: var(--text-3xl);
  line-height: var(--text-3xl--line-height);
  font-weight: bold;
}

h3 {
  color: var(--text-color);
  font-size: 1.45em;
  font-weight: bold;
}

h4 {
  color: var(--text-secondary-color);
  font-size: 1.25em;
  font-weight: 600;
}

h5 {
  color: var(--text-secondary-color);
  font-size: 1em;
  font-weight: bold;
}

h6 {
  color: var(--text-secondary-color);
  font-size: 0.9em;
  font-weight: bold;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 2rem;
}
