/* Change all body text and content to Georgia for better readability */
body,
p,
li,
article,
.post-content,
.entry-content,
.main-content,
.content,
.prose {
    font-family: Georgia, "Times New Roman", Times, serif !important;
}

/* Optional but highly recommended for readability */
body {
    line-height: 1.7;     /* more breathing room between lines */
    font-size: 1.1rem;    /* slightly larger than default – adjust to taste */
}

/* Make headings Georgia too (or remove this block if you prefer sans-serif headings) */
h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, serif !important;
}
