h1,
h2,
h3 {
  margin: 0;
  color: var(--color-text);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.08;
}

h1 {
  max-width: 13ch;
  font-size: clamp(2.45rem, 2.45rem + 1.6rem, 4.9rem);
}

h2 {
  font-size: clamp(1.75rem, 1.75rem + 0.7rem, 3rem);
}

h3 {
  font-size: clamp(1.05rem, 1.05rem + 0.16rem, 1.28rem);
}

p {
  margin: 0;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--color-primary);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
