/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/kontrast.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
html.high-contrast body,
html.high-contrast #body,
html.high-contrast .home .header,
html.high-contrast .navbar,
html.high-contrast .dropdown-menu,
html.high-contrast .news,
html.high-contrast .article,
html.high-contrast .content,
html.high-contrast footer {
  background-color: #000000 !important;
  color: #ffffff !important;
}
html.high-contrast p, html.high-contrast h1, html.high-contrast h2, html.high-contrast h3, html.high-contrast h4, html.high-contrast h5, html.high-contrast h6, html.high-contrast span, html.high-contrast li, html.high-contrast td, html.high-contrast th, html.high-contrast label, html.high-contrast address {
  color: #ffffff !important;
}
html.high-contrast a {
  color: #ffff00 !important;
  text-decoration: underline !important;
}
html.high-contrast *:focus-visible {
  outline: 3px solid #ffff00 !important;
  outline-offset: 2px !important;
}
html.high-contrast #kontrast-toggle {
  background-color: #ffff00 !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
