export default defineAppConfig({ ui: { container: { base: 'max-w-4xl' }, colors: { primary: 'neutral', neutral: 'neutral', red: 'red' } } })