h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-serif);
    color: var(--color-heading);
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 1rem;
}

h1 {
    font-size: clamp(3rem, 8vw, 5.5rem);
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: .98;
}

h2 {
    font-size: clamp(2.2rem, 5vw, 3rem);
}

h3 {
    font-size: 2rem;
}

p {
    max-width: var(--content-width);
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

.wp-block-site-title {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-family: var(--font-sans);
}

.wp-block-heading {
    margin-bottom: var(--space-3);
}

/* Centered lede/intro paragraph, e.g. on the homepage hero */
.narrative-lede {
    max-width: 680px;
    margin-inline: auto;
    text-align: center;
    color: var(--color-muted);
    font-size: 1.15rem;
    line-height: 1.9;
}
