import { Inter } from 'next/font/google'; export const inter = Inter({ subsets: ['latin'] });