body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.65;
  font-weight: 400;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1,
.heading-xl {
  font-family: var(--font-title);
  font-size: var(--text-hero);
  line-height: 0.95;
  letter-spacing: -0.045em;
  font-weight: 600;
}

h2,
.heading-lg {
  font-family: var(--font-subtitle);
  font-size: var(--text-xl);
  line-height: 1.05;
  font-weight: 600;
}

h3,
.heading-md {
  font-family: var(--font-subtitle);
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  line-height: 1.1;
  font-weight: 600;
}

.eyebrow {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.subtitle {
  font-family: var(--font-subtitle);
  font-size: var(--text-lg);
  line-height: 1.15;
  font-weight: 500;
}

.text-large {
  max-width: 65ch;
  font-size: var(--text-lg);
  line-height: 1.55;
}

.text-small {
  font-size: var(--text-sm);
}

.italic {
  font-style: italic;
}

.small-title {
  font-size: var(--text-xl);
}
