module.exports = { theme: { extend: { colors: { yellowish: '#ffe77a', blackish: '#1a2a30' } }, fontFamily: { 'logo': 'Tahoma, Geneva, Verdana, sans-serif' } }, variants: {}, plugins: [] }