:root {
  color-scheme: light;

  --primary-color: white;
  --primary-color-shade: whitesmoke;
  --secondary-color: darkgrey;
  --tertiary-color: lightgray;
  --primary-contrast: black;
  --highlight-color: aquamarine;
}
