module.exports = { content: [ "./pages/**/*.{js,ts,jsx,tsx,mdx}", "./components/**/*.{js,ts,jsx,tsx,mdx}", "./app/**/*.{js,ts,jsx,tsx,mdx}", ], theme: { extend: { colors: { primary: '#3b82f6', secondary: '#10b981', accent: '#f59e0b', }, }, }, plugins: [], }