/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./templates/**/*.hbs"], theme: { extend: { fontFamily: { sans: ["Instrument Sans", "sans-serif"], }, }, }, plugins: [], };