body {
    font-family: var(--font-body);
    font-size: var(--text-md);
    line-height: 1.7;
    letter-spacing: 0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 600;
    line-height: 1.07;
    letter-spacing: 0.005em;
}

p {
    margin: 0;
}

.section-kicker,
.hero__eyebrow {
    font-size: var(--text-xs);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(39, 37, 34, 0.7);
}

.section-title {
    margin-top: var(--space-2);
    font-size: clamp(2rem, 1.42rem + 2.3vw, 4rem);
}

.section-copy {
    margin-top: var(--space-3);
    max-width: 54ch;
    color: var(--itza-warm-gray);
    font-size: var(--text-md);
}
