/* A slightly closer desktop view at the browser's normal 100% zoom. */
@media screen and (min-width: 1024px) {
    html { zoom: 1.1; }
}
