/** @type {import('tailwindcss').Config} */ export default { content: ['./index.html', './src/**/*.{ts,tsx}'], darkMode: 'class', theme: { extend: { colors: { primary: '#1db954', surface: '#1e1e2e', background: '#13131f', }, }, }, plugins: [], }