/* High Contrast Screen Reader Mode */
.screen-reader-mode {
    background: black !important;
    color: yellow !important;
    font-size: 120% !important;
}

/* Dark Mode */
.dark-mode {
    background: #111;
    color: #eee;
}

/* body, p, span, a, li, div, button, input, table, td, th {
    font-size: inherit !important;
} */