/* Small overrides Tailwind's utility classes don't cover. Most styling is inline
   utility classes — see fragments/layout.html. */

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