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;
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 1rem;
  }

  h4 {
    font-size: 0.95rem;
  }

  h5 {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.1rem;
  }

  h2 {
    font-size: 1rem;
  }

  h3 {
    font-size: 0.95rem;
  }

  h4 {
    font-size: 0.9rem;
  }

  h5 {
    font-size: 0.85rem;
  }

  body {
    font-size: 0.95rem;
  }
}