module.exports = { content: [ "./app/templates/**/*.html", "./app/static/**/*.js", ], theme: { extend: { colors: { bg: "#0b0f14", nav: "#0f1720", card: "#111826", }, }, }, plugins: [], };