@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
  color-scheme: light dark;
}
body {
  color: light-dark(#333b3c, #efefec);
  background-color: light-dark(#efedea, #222);
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 350;
}

a { text-decoration: none }
a:hover { text-decoration: underline }