import { Inter } from "next/font/google"; export const inter = Inter({ subsets: ["latin"], display: "swap", variable: "--font-inter", });