/*
 * File: site.css
 * Purpose: Shared lightweight styles and rendering optimizations.
 */
:root {
  color-scheme: light;
}

html {
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
