- fix: Replace corrupted Merriweather fonts with valid WOFF2 files from @fontsource - fix: Use CSS @font-face instead of next/font/local for Merriweather (Next.js 16 compatibility) - fix: Add smart scroll detection to ChatWindow (respects manual scrolling) - feat: Update app title to "Brachnha Insight" - feat: Update app description Co-Authored-By: Claude (glm-4.7) <noreply@anthropic.com>
- Replace next/font/google with next/font/local for Inter and Merriweather - Add self-hosted font files to public/fonts/ - Wrap useSearchParams in Suspense boundary for /chat page - Eliminates Turbopack TLS font loading issues during build