module.exports = {
theme: {
extend: {
colors: {
primary: '{{primary}}',
secondary: '{{secondary}}',
error: '{{error}}',
warning: '{{warning}}',
info: '{{info}}',
success: '{{success}}',
background: '{{background}}',
textPrimary: '{{textPrimary}}',
textSecondary: '{{textSecondary}}',
},
fontFamily: {
sans: ['{{font}}', 'sans-serif'],
},
},
},
plugins: [],
};