
/* Dark mode */
html.gipmtm-dark,
html.gipmtm-dark body{
  background:#121212!important;
  color:#f2f2f2!important;
}
html.gipmtm-dark header,
html.gipmtm-dark footer,
html.gipmtm-dark .site,
html.gipmtm-dark .site-content,
html.gipmtm-dark article,
html.gipmtm-dark section,
html.gipmtm-dark .gipmtm-accessibility-panel{
  background:#1d1d1d!important;
  color:#f2f2f2!important;
}
html.gipmtm-dark a{color:#8ecbff!important;}
