h1,
h2,
h3,
h4 {
  color: var(--olive-dark) !important;
  font-family: HeroicCondensedBold, serif;
}

@font-face {
  font-family: HeroicCondensedBold;
  src: url("~/HeroicCondensed-Bold.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

.content h2,
.content h3 {
  margin-bottom: 0;
}

.hero-title {
  text-align: center;
}

.hero-image {
  padding: 0rem 5rem;
}

.bg-grey {
  background-color: var(--grey);
}

.bg-white {
  background-color: white;
}

footer.footer {
  margin-top: 0 !important;
}
