/** @type {import('tailwindcss').Config} */ module.exports = { content: ["src/**/*.{html,ts}"], theme: { extend: { colors: { primary: "white", secondary: "#f6f8fa", }, }, }, plugins: [], }