body .g-button {
  background: #833f2c;
}
body .g-button:hover {
  background: #833f2c;
}
body .g-button.g-button--invert {
  border-color: #833f2c;
  color: #833f2c !important;
}
body .g-button.g-button--invert:hover {
  background: #833f2c;
  border-color: #833f2c;
  color: #ffffff !important;
}
body .g-auth__fogot-password, body .g-auth__personal-note a {
  color: #833f2c !important;
}
body .g-auth__personal-note a {
  border-bottom: 1px dotted #833f2c;
}
body .g-article__name, body .g-tags__item, body .g-article-years__year, body .g-categories__button {
  color: #833f2c;
  border-color: #833f2c;
}
body .g-categories__button::after {
  background: #833f2c;
}
