/** @type {import('tailwindcss').Config} */ module.exports = { content: [], theme: { extend: { colors: { primary: '#4bd6ef', secondary: '#4bacef', } }, }, plugins: [], }