html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  min-height: 100%;
}

body {
  margin: 0;
}

.proposals-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-height: 100dvh;
}

.proposals-word {
  margin: 0;
  font-size: clamp(3.5rem, 18vw, 14rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: lowercase;
}
