html,
body {
  font-family: "Inter", sans-serif;
  background: #e8e8e8;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
  min-height: 90dvh;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.35em;
}

.hero__content {
  max-width: 640px;
  padding: 24px;
}

.hero__logo {
  height: 32px;
  margin-bottom: 24px;
}

.hero__title {
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-feature-settings: "ss02";
  letter-spacing: 0.1em;
}

.hero__cta {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
  border-radius: 8px;
  background: #d4d6d6;
  text-decoration: none;
  letter-spacing: 0;
}

footer {
  font-size: 13px;
  color: #a1a1a1;
}

footer > div {
  max-width: 640px;
  margin: 0 auto;
  padding: 16px 24px;
}
