/* Small tweaks so chapter intros feel warm and readable. */

.chapter-item {
    line-height: 1.6;
}

main h1,
main h2,
main h3 {
    letter-spacing: -0.01em;
}

main blockquote {
    border-left-width: 3px;
    padding: 0.5em 1em;
    margin: 1em 0;
}

code {
    font-size: 0.92em;
}
