src/fonts/body.ts
import { Rubik } from 'next/font/google' // Readable sans-serif for body copy and UI.export const bodyFont = Rubik({ subsets: ['latin'], weight: ['300', '400', '500', '600', '700', '800', '900'], display: 'swap',})