/* typography.css */

/* type scale */
h1 {
  font-size: clamp(2.3rem, 5vw, 4.7rem);
  line-height: 1.03;
  letter-spacing: -0.05em;
  margin: 0 0 0.95rem;
  max-width: 12ch;
}

h2 {
  margin: 0 0 0.75rem;
  font-size: 1.55rem;
  letter-spacing: -0.03em;
}

.hero-text {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  /* max-width: 80%; */
}