html {
  scroll-behavior: smooth;
}

/* Offset anchor scroll so fixed navbar doesn't cover section headings */
section[id] {
  scroll-margin-top: 4rem;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
