body { font-family: system-ui, -apple-system, "Segoe UI", sans-serif; }
.tabular { font-variant-numeric: tabular-nums; }

/* Doctor report: hide app chrome and page padding when printed. */
@media print {
  header, nav, .no-print { display: none !important; }
  body { padding-bottom: 0 !important; background: #fff !important; color: #000 !important; }
  main { max-width: none !important; padding: 0 !important; }
}
