/* Letters - Formal, epistolary */
.post-type-letters h1 {
    font-weight: 400;
    font-size: clamp(60px, 10vw, 140px);
}

.post-type-letters .entry-content {
    font-size: 22px;
    line-height: 1.8;
    max-width: 65ch;
    margin: 0 auto;
}