/* Match the approved 80% browser view on desktop across both site designs.
   Keep small screens and print at their existing, readable size. */
@media screen and (min-width: 1024px) {
  html {
    zoom: 0.8;
  }
}
