/* app.css — Global styles (loaded on every page) */
body { font-family: system-ui, sans-serif; }

/* Stabilize layout: prevent scroll bar from causing horizontal shift */
html { scrollbar-gutter: stable both-edges; }
