/* Improved line-height for better readability */

/* Global content line height */
.content p,
.content li,
.content blockquote,
.content td,
.content th {
    line-height: 1.6;
}

/* Main page content */
.home article p,
.home article li {
    line-height: 1.6;
}

/* Single page content (posts, about, etc.) */
.single article p,
.single article li,
.single article blockquote {
    line-height: 1.6;
}

/* List pages (blog, tags) */
.list .post-entry p,
.list .post-summary {
    line-height: 1.6;
}

/* Also improve spacing between paragraphs */
.content p,
.home article p,
.single article p {
    margin-bottom: 1.5em;
}

/* Add spacing between list items */
.content li {
    margin-bottom: 0.7em;
}

/* Better spacing for headings */
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-top: 2em;
    margin-bottom: 1em;
}