:root {
  font-family: "Heebo", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  background: #ffffff;
  color: #111111;
}

.future-page {
  display: flex;
  min-height: calc(100svh - var(--site-header-height));
  align-items: flex-end;
  padding: clamp(24px, 4vw, 64px);
}

.future-page h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}
