/** @type {import('tailwindcss').Config} */ module.exports = { content: [], theme: { extend: { colors: { bg: { DEFAULT: '#151517', }, menu: { DEFAULT: '#1d1d1f' }, text: { DEFAULT: '#FFFFFF', sub: '#EBEBEB' }, accent: { DEFAULT: '#5680F8', light: '#2c91ed', sub: '#99A7F1', }, } }, }, plugins: [], }