/* light.css: 👉 dark-on-light */
:root {
    --color: rgb(5, 5, 5);
    --background-color: rgb(250, 250, 250);
  }