/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./templates/**/*.html"], theme: { colors: { transparent: 'transparent', current: 'currentColor', white: '#ffffff', primary: "#601237", background: "#290718", }, }, plugins: [], }