import { // Inter, Salsa, Arvo, Signika_Negative } from 'next/font/google' // export const inter = Inter({ subsets: ['latin'] }) // export const salsa = Salsa({ subsets: ['latin'], weight: ["400"] }) export const arvo = Arvo({ subsets: ['latin'], weight: ["400", "700"] }) export const signika = Signika_Negative({ subsets: ['latin'], weight: ["400", "700", "300", "500", "600"] })