module.exports = { purge: [], darkMode: false, // or 'media' or 'class' theme: { colors: { "azul": { '50': '#f4f7fb', '100': '#ecf2f8', '200': '#dae5f1', '300': '#b8cee5', '400': '#8fb1d6', '500': '#5a8dc4', '600': '#4076b0', '700': '#315a87', '800': '#294b70', '900': '#264669', }, 'ocre': { '50': '#fff6d6', '100': '#fff1bd', '200': '#ffe070', '300': '#fac400', '400': '#d1a400', '500': '#d6a800', '600': '#8a6c00', '700': '#6b5400', '800': '#574400', '900': '#524000', }, }, fontFamily: { 'sans': ['Lato', '"Lucida Grande"', '"Lucida Sans Unicode"', '"Lucida Sans"', 'Verdana', 'sans-serif'], 'serif': ['"Abril Fatface"', '"Times"', '"Times New Roman"', 'serif'], }, extend: {}, }, variants: { extend: {}, }, plugins: [], }