/* Typography · responsive heading utilities */

.h1-responsive {
  font-size: clamp(40px, 6vw, 96px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.h2-responsive {
  font-size: clamp(32px, 4vw, 64px);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.h3-responsive {
  font-size: clamp(28px, 3vw, 56px);
  line-height: 1.2;
  letter-spacing: -0.03em;
}
