/* Styles specific to the "Documents" page */

#documents {
  --hero-image: url('../img/kontakt/hero.png');
}

/* Reuse global hero styling; only override if needed */
#documents .section-documents {
  padding: 96px 0;
  color: #394669;
}

/* Disable fade-scroll hiding for documents content */
#documents .section-documents.fade-scroll {
  opacity: 1;
  transform: none;
  transition: none;
}

#documents p {
  margin-top: 0px;
}

#documents h2 {
  font-family: 'Alegreya Sans', 'Roboto', Georgia, serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0;
  text-shadow: none;
  margin-bottom: 0;
}
