/* Minimum-viable CSS that runs alongside Tailwind. Loaded unconditionally
   from base.html so the dashboard is still legible if the CDN is blocked
   or slow on first paint. Keep selectors narrow so they don't override
   Tailwind utilities applied to the same elements. */
html { font-family: system-ui, -apple-system, sans-serif; }
