/* Hard overrides for dark theme */
html[data-theme="dark"] body{
  background:#0b0f14 !important;
  color:#e8eef6 !important;
}

html[data-theme="dark"] .panel{
  background:#0f1620 !important;
  border-color:#1f2a37 !important;
  color:#e8eef6 !important;
}

html[data-theme="dark"] body.home .news-card{
  background:#0f1620 !important;
  border:1px solid #1f2a37 !important;
  color:#e8eef6 !important;
}

html[data-theme="dark"] body.home .news-card__meta,
html[data-theme="dark"] body.home .news-card__tags,
html[data-theme="dark"] body.home .small{
  color:#9aa6b2 !important;
}

html[data-theme="dark"] body.home .news-card a{
  color:#7cb7ff !important;
}
