body {
  --body-bg:#fff;
  --progressbar-bg: #9c7676;
  /**/
  --nav-bg:#fff;
  --nav-bg-scroll: #000;
  /**/
  --menu-topic-txt: #b4b4b4;
  /**/
  --menu-topic-txt-over: #fff;
  /**/
  --menu-hamburger-bg:#372d2c;
  --menu-container-bg: #473a3a;
  --menu-container-bg-small: #222122;
  /**/
  --search-result-bg:#fff;
  --search-result-more-bg:#fff;
  --search-result-more-border:#d7d7d7;
  --article-title-text:#2e2e2e;
  --article-time-text: #b4b4b4;
  --aside-title-text:#000;
  --object-test-gary: #efefef;
  --more-btn: #473a3a;
  --page-bg: #222122;
  /**/
  --page-bg-over:#000;
  /**/
  --page-text:#b4b4b4;
  /**/
  --page-text-over:#fff;
  /**/
  --footer-bg: #222122;
  --lightbox-content: #473a3a;
  --input-bg:#fff;
  --input-text:#555;
  --inner-top-bg: #473a3a;
  --inner-content-text: #333;
  --inner-caption-border:#B4B4B4;
  --inner-writing-border:#373737;
  --inner-other-bg:#473a3a;
  --inner-other-border:#959595;
  --logo-img: url("../img/logo.png");
  --logo-img-over: url("../img/logo_over.png");
  --logo-supermoto-img: url("../img/supermoto.png");
  --mood-img: url("../img/mood_dark.png");
  --mood-img-over: url("../img/mood_dark_over_01.png");
  --mood-img-scroll-over: url("../img/mood_dark_over.png");
}

body.dark-mode {
  --body-bg:#1d1d1d;
  --nav-bg:#1d1d1d;
  --menu-hamburger-bg:#473a3a;
  --menu-container-bg: #3d2f2f;
  --search-result-bg:#1d1d1d;
  --search-result-more-bg:#1d1d1d;
  --search-result-more-text:#fff;
  --search-result-more-border:#3d2f2f;
  --article-title-text:#fff;
  --aside-title-text:#fff;
  --object-test-gary: #303030;
  --more-btn: #3d2f2f;
  --footer-bg: #181818;
  --light-box-content: #3d2f2f;
  --input-bg:#121212;
  --input-text:#fff;
  --inner-top-bg: #3d2f2f;
  --inner-content-text: #ddd;
  --inner-content-title: #836c6c;
  --inner-caption-text:#969595;
  --inner-caption-border:#969595;
  --inner-writing-title:#fff;
  --inner-writing-border:#4e4e4e;
  --inner-other-bg: #3d2f2f;
  --inner-other-border:#6d5c5c;
  --logo-img: url("../img/logo_dark.png");
  --logo-img-over: url("../img/logo_over.png");
  --logo-supermoto-img: url("../img/supermoto_dark.png");
  --mood-img: url("../img/mood_light.png");
  --mood-img-over: url("../img/mood_light_over_01.png");
  --mood-img-scroll-over: url("../img/mood_light_over.png");
}
/*# sourceMappingURL=color.css.map */