:root {
  color-scheme: light dark;
}
body {
  color: light-dark(#000, #FFF);
  background-color: light-dark(#efedea, #34364a);
}
