/* ТОЛЬКО фон для темной темы */
.dark-theme body,
[data-theme="dark"] body {
  background-color: #0B0E13 !important;
}

/* Для светлой темы (опционально) */
.light-theme body,
[data-theme="light"] body {
  background-color: #ffffff;
}