/* Shared base reset for pages that use the .app-nav navbar (navbar.css) -
   home/dashboard/search. Cached once by the browser, reused on every
   subsequent page navigation - unlike inline <style> blocks, which get
   re-downloaded (as part of the HTML) on every single page load with no
   cache reuse across pages. Pages with their own full design system
   (explore.css, map.css) don't load this file. */

body { font-family: system-ui, sans-serif; margin: 0; color: #222; }
