body.alto-contraste, body.alto-contraste #header, body.alto-contraste footer, body.alto-contraste .topo-padrao,
body.alto-contraste .blog-interna-page .blog-content-wrapper .table-of-contents,
body.alto-contraste .blog-category-header.blog-content-wrapper,
body.modo-leitura.alto-contraste main, body.modo-leitura.alto-contraste .post, body.modo-leitura.alto-contraste .conteudo-post {
    background-color: #000 !important;
    color: #fff !important;
  }
  
  body.alto-contraste a {
    color: yellow !important;
  }
    
  body.alto-contraste a:hover {
    color: white !important;
  }

  body.alto-contraste img {
    filter: brightness(0.8) contrast(1.2);
  }
  

  