e6d7355de4
Typography upgrade matching modern AI-product docs sites (e.g. benchflow): - Satoshi (Fontshare, weights 300/400/500/700/900) for body and headings - JetBrains Mono (Google Fonts, 400/500/700) for monospace - Loaded via stylesheet links + preconnect hints in docusaurus.config.js - custom.css updates: --ifm-font-family-base, --ifm-font-family-monospace, tighter heading letter-spacing, slightly bumped line-height for Satoshi, brand color shifted to indigo (#4f46e5) to pair with the new sans - Inline code nudged 0.88em to sit on Satoshi's baseline Emojis removed across all in-house content for a cleaner, professional tone: - generator banner: dropped the gear glyph - generator parameter table: required column is now "yes" / "—" instead of an emoji checkbox (regenerated all 43 tool pages) - install.md: status-text instead of green-dot emoji - SECURITY.md: Yes / No instead of check/cross - ISSUE_TEMPLATE/config.yml: plain link labels, no leading emoji Verified: - npm run build succeeds (5.7s client, 4.5s server) - generator --check exits 0 (deterministic regeneration) - HTML head includes both font stylesheets + preconnect hints - CSS bundle resolves Satoshi and JetBrains Mono font-family stacks