h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-size: 2rem;

  @media (max-width: 768px) {
    font-size: 1.5rem;
  }
}
h2 { font-size: 1.5rem; }
h3 { font-size: 1.2rem; }
