h1,
h2,
h3 {
  margin: 0 0 10px 0;
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.06;
}

h2 {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.2;
}

h3 {
  font-size: 16px;
  line-height: 1.25;
}

p {
  margin: 0 0 12px 0;
  color: var(--fg2);
  line-height: 1.6;
}

.eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--fg3);
}

code,
kbd {
  font-family: var(--mono);
  font-size: 12px;
}