h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 var(--tcn-space-md);
    color: var(--tcn-color-text);
    font-family: var(--tcn-font-heading);
    font-weight: 650;
    line-height: 1.15;
    letter-spacing: 0;
}

h1 {
    font-size: clamp(2.25rem, 6vw, 4.5rem);
}

h2 {
    font-size: clamp(1.85rem, 4vw, 3rem);
}

h3 {
    font-size: clamp(1.4rem, 3vw, 2rem);
}

p {
    margin: 0 0 var(--tcn-space-md);
    color: var(--tcn-color-muted);
    line-height: 1.7;
}

.entry-content,
.wp-block-post-content {
    font-size: 1rem;
    line-height: 1.7;
}

.entry-content > * + *,
.wp-block-post-content > * + * {
    margin-block-start: var(--tcn-space-lg);
}

.has-small-font-size {
    line-height: 1.5;
}
