import { Inter } from 'next/font/google'
import { Salsa } from 'next/font/google'

export const inter = Inter({ subsets: ['latin'] })
export const salsa = Salsa({ subsets: ['latin'], weight: ["400"] })