/* Global zoom-out for pages in strona-www on larger screens. */
@media (min-width: 1200px) {
  html {
    font-size: 93%;
  }
}
