module.exports = { content: [ "./index.html", "./src/**/*.{js,ts,jsx,tsx}", ], theme: { extend: { colors: { primary: '#3B82F6', secondary: '#10B981', }, fontFamily: { sans: ['Vazirmatn', 'sans-serif'], }, }, }, plugins: [], }