@media print, screen and (min-width: 769px) {
  body {
    font-size: 90%;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 170% !important;
  }
}
