/** @type {import('tailwindcss').Config} */ export default { content: ['./index.html', './src/**/*.{ts,tsx}'], theme: { extend: { colors: { ink: '#0d1b2a', panel: '#162534', edge: '#24384c', }, }, }, plugins: [], };