h1,
h2,
h3,
h4 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
    color: var(--heading);
    line-height: 1.04;
    text-wrap: balance;
}

h1 {
    font-size: clamp(2.75rem, 1.5rem + 4.5vw, 6rem);
    letter-spacing: -0.015em;
}

h2 {
    font-size: clamp(1.9rem, 1.1rem + 2.7vw, 3.7rem);
    letter-spacing: -0.01em;
}

h3 {
    font-size: clamp(1.18rem, 1.02rem + 0.62vw, 1.6rem);
}

p,
li {
    margin: 0;
    font-size: clamp(1.02rem, 0.95rem + 0.45vw, 1.32rem);
    color: var(--text);
}

.lead {
    font-size: clamp(1.15rem, 1.04rem + 0.7vw, 1.55rem);
    color: var(--text-muted);
    max-width: 60ch;
}

.editorial-statement {
    font-size: clamp(1.4rem, 1.1rem + 1.1vw, 2.2rem);
    line-height: 1.25;
    max-width: 22ch;
}