/* Neutralize global bleach from candles plugin on non-candles pages */
:root{ --ink:#120B19; --soft:#5B4B6E; }

/* Restore sensible defaults */
html, body { color: var(--ink); }
.entry-content,
.entry-content p,
.entry-content li { color: var(--ink); }
.entry-content, .entry-content * { opacity: 1 !important; }

/* Prevent blanket .card/.muted white text from leaking */
.card, .card * { color: inherit !important; }
.muted, .text-muted { color: var(--soft) !important; opacity: 1 !important; }
