:root {
  --main-bg-color: #fff;
  --sec-bg-color: #fff;
  --accent-background: orangered;
  --accent-color: white;
  --accent-hover: #a03;
  --object-color: red;
  --light-object-border: #ccc;
  --light-object-faded: #999;
}

.theme-accent {
  color: var(--accent-color);
  background-color: var(--accent-background);
}

.theme-error {
  background-color: #e98 !important;
  border-bottom: 3px solid #f00;
}

.theme-success {
  background-color: #a4eeba !important;
  border-bottom: 3px solid #0a3;
}

.theme-warn {
  background-color: #fbd08f !important;
  border-bottom: 3px solid #ff9900;
}
