/** @type {import('tailwindcss').Config} */ module.exports = { content: [], important: false, theme: { extend: { colors: { primary: '#000000', secondary: '#0c0c0d', darkgray: '#18181b', lightgray: '#27272a', light: '#e5e7eb', }, }, }, }