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