module.exports = { theme: { extend: { colors: { yellowish: '#ffe77a', blackish: '#1a2a30', blue: '#358ccb' }, width: { '72': '18rem', '84': '21rem', '96': '24rem' }, fontFamily: { 'logo': 'Tahoma, Geneva, Verdana, sans-serif' } } }, variants: {}, plugins: [] }