/* Basic baseline to avoid 404 and set minimal SEO-friendly contrast */
:root {
  color-scheme: dark light;
}
html, body {
  min-height: 100%;
}
img { 
  height: auto; 
  max-width: 100%;
}

