h1,
h2,
h3,
h4,
h5 {
  font-family: 'Neo Sans', Arial, sans-serif;
  font-weight: bold;
  color: var(--primary-dark);
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.15;
}

h1 {
  font-size: 2.8rem;
  letter-spacing: -1px;
}

h2 {
  font-size: 2.2rem;
  color: var(--accent);
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.2rem;
  font-weight: 600;
}

h5 {
  font-size: 1rem;
  font-weight: 500;
}