/* Global typography tweaks for the whole site */

html {
  /* Slightly larger base font so all Tailwind rem sizes scale up */
  font-size: 17px;
}

@media (min-width: 1024px) {
  html {
    font-size: 18px;
  }
}

body {
  line-height: 1.7;
}
