/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./src/app/**/*.{js,jsx}", "./src/components/**/*.{js,jsx}", ], theme: { extend: { fontFamily: { sans: ['var(--font-dm-sans)', 'sans-serif'], }, }, }, plugins: [], };