html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; }
.font-serif { font-family: 'Fraunces', Georgia, serif; font-feature-settings: "ss01"; }

/* prose tweaks */
.prose p { margin-bottom: 1em; }

/* Print friendliness */
@media print {
  header, #book, .fixed { display: none !important; }
  section { break-inside: avoid; }
}
