module.exports = { content: ['./public/index.html', './src/**/*.{js,jsx}'], theme: { extend: { colors: { primary: '#0f172a', accent: '#38bdf8', }, }, }, plugins: [], };