/* static/styles.css
 * Tailwind via CDN handles the bulk; this file is for manual overrides.
 */
body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; background: #f1f5f9; padding: 0 0.25em; border-radius: 3px; }
