/* Moved out of index.html's inline <style> on 2026-08-21.
   It was the only inline style on this property, and therefore the only
   reason its CSP needed style-src 'unsafe-inline'. A <link> is still
   render-blocking, so there is no FOUC regression. */
      body {
        margin: 0;
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
      }
