:root {
  --hero-height: 60vh;
  --hero-max-height: 70rem;
  --hero-min-height: 60rem;
}

.hero {
  height: var(--hero-height);
  min-height: var(--hero-min-height);
  max-height: var(--hero-max-height);
  color: white;
  margin-bottom: 10rem;
  font-family: var(--headline-font);
}

.hero h1 {
  color: white;
  font-weight: 300;
}

.hero-content {
  max-width: clamp(35rem, 90%, 50rem);
}

/* Editor Appearance */
.acf-block-preview {
}
