module.exports = { content: [ "./src/**/*.{js,jsx,ts,tsx}", ], theme: { extend: { fontFamily: { Inter: ['Inter', 'sans-serif'], Poppins: ['Poppins', 'sans-serif'], Anek: ['Anek Latin', 'sans-serif'], Nunito: ['Nunito', 'sans-serif'] } }, }, plugins: [], }