/* Display typography */
main h1 {
  font-family: "Source Serif 4", "Times New Roman", serif !important;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 1.12 !important;
  letter-spacing: -0.018em !important;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  text-wrap: balance;
}

@media (max-width: 720px) {
  main h1 {
    line-height: 1.10 !important;
    letter-spacing: -0.012em !important;
  }
}
