export const content = ["./templates/**/*.html"] export const theme = { fontFamily: { sans: ['Graphik', 'sans-serif'], serif: ['Merriweather', 'serif'], }, extend: { colors: { 'space-cadet':'#1f2041ff', 'english-violet':'#4b3f72ff', 'sunglow':'#ffc857ff', 'dark-cyan':'#119da4ff', 'paynes-gray':'#19647eff', 'cerise': '#da4167ff', 'orchid-pink': '#f0bcd4ff' } }, plugins: [], }