/* Increase text contrast by making text whiter */

/* Body text and paragraphs */
body,
p,
.content p,
.card-body p,
.article p,
.text-content p,
.post-content p,
li,
.card-text,
.article-content,
.content,
.text,
.description,
.summary,
.excerpt {
  color: #FFFFFF !important;
  opacity: 1 !important;
}

/* Override any text-muted or similar classes */
.text-muted,
.text-light,
.text-secondary,
.text-gray,
.text-light-gray,
.card-text {
  color: #FFFFFF !important;
  opacity: 1 !important;
}

/* Increase contrast for all text elements */
span, div, section, article, aside, main {
  color: inherit;
}

/* Make metadata text brighter */
.post-meta, 
.card-meta,
.meta,
.date,
.card-meta span,
.post-meta span,
.meta span {
  color: #FFFFFF !important;
}

/* Make quote text more visible */
blockquote,
blockquote p,
.blockquote,
.blockquote p {
  color: #FFFFFF !important;
}

/* Increase visibility of footer text */
footer p,
.footer p,
footer span,
.footer span,
footer a,
.footer a {
  color: #FFFFFF !important;
}

/* Improve contrast for list items */
ul li, 
ol li,
dl dt,
dl dd {
  color: #FFFFFF !important;
}

/* Make sure post content has high contrast */
.post-content * {
  color: #FFFFFF !important;
}