@font-face {
  font-family: "Daydream";
  src: url("/fonts/daydream.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.nostradamus-home {
  min-height: calc(100vh - 72px);
  background: #f7f6f2;
}

.nostradamus-home__hero-shell {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.5rem 5rem;
}

.nostradamus-home__wordmark {
  font-family: "Daydream", sans-serif !important;
  font-weight: normal !important;
  margin: 0;
  font-size: clamp(2.2rem, 6vw, 5rem);
  line-height: 1.08;
  letter-spacing: 0.04em;
  color: #0b0b0b;
  text-transform: lowercase;
}

@media (max-width: 900px) {
  .nostradamus-home__hero-shell {
    padding: 3rem 1rem 4rem;
  }
}
