/* БАЗА (общие правила) */

:root {
  color-scheme: dark;
}

.hidden {
  display: none !important;
}

