import { Inter } from 'next/font/google' export const inter = Inter({ subsets: ['latin'], display: 'swap', variable: '--font-inter', // Variable font supports weights from 100-900 weight: 'variable', fallback: ['system-ui', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans'], })