body {
    font-family: Georgia, serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: cursive !important;
}

/* Global smooth scrolling */
/* https://maelstromwebservices.com/blog/tutorials/create-a-smooth-scrolling-anchor/ */
html { scroll-behavior: smooth; }
/* Respect users who prefer less motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
