/* Make all body and article paragraph text solid black */
p,
.page_article p,
.page_article .item.abstract,
.page_article .item.keywords,
.page_article .item.authors {
    color: #000000 !important;
}

/* Make page titles, article titles, and main headings black */
h1, h2, h3, h4, h5,
.page_title,
.article_title,
.entry_title,
.title {
    color: #000000 !important;
}

/* Ensure links inside headings remain black */
h1 a, h2 a, h3 a, h4 a, h5 a,
.page_title a,
.article_title a {
    color: #000000 !important;
}