/* Primer-like system font */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
               Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
               "Noto Color Emoji", sans-serif;
  line-height: 1.6;
}
h1, h2, h3 { line-height: 1.25; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }

/* Tweak hero spacing on the homepage */
.hero p { margin-top: 0.3rem; }
