:root {
  color-scheme: dark;
}

html,
body {
  background: #101419 !important;
  color: #d9e2ec !important;
}

.container,
.wrap,
.content,
.home-options,
.subscription,
.archive,
.campaign {
  background: #101419 !important;
  color: #d9e2ec !important;
}

a {
  color: #8ec5ff !important;
}

input,
textarea,
select,
button,
.button {
  background: #1c2530 !important;
  color: #e5edf5 !important;
  border-color: #344355 !important;
}

.button:hover,
button:hover {
  background: #263342 !important;
}

hr,
.box,
.card,
.message {
  border-color: #27313d !important;
  background: #151b22 !important;
}