h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1,
h2,
h3,
h4 {
  color: var(--tt-text);
  font-weight: 420;
  line-height: 1;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(64px, 6vw, 92px);
}
h2 {
  font-size: clamp(42px, 4.5vw, 68px);
}
h3 {
  font-size: clamp(20px, 2vw, 28px);
}
p {
  max-width: 70ch;
}
.tt-display,
.tt-display .elementor-heading-title {
  font-size: clamp(58px, 5.4vw, 84px);
  font-weight: 380;
  line-height: 0.96;
  letter-spacing: -0.04em;
}
.tt-section-title .elementor-heading-title,
.tt-section-title {
  max-width: 16ch;
  margin: 0 0 22px;
  text-wrap: balance;
}
.tt-section-copy,
.tt-section-copy p {
  max-width: 58ch;
  color: var(--tt-muted);
}
.tt-lead,
.tt-lead p {
  color: #c9c6bf;
  font-size: 18px;
}
.tt-gold-text {
  color: var(--tt-gold-light);
}
