/** @type {import('tailwindcss').Config} */ module.exports = { content: ['./src/**/*.{ts,tsx}'], theme: { extend: { colors: { brand: '#7c3aed', }, }, }, plugins: [], }