:root {
  color-scheme: dark;
}

::selection {
  background: var(--color-selection-bg);
  color: var(--color-selection-text);
}
