/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./themes/gallo/**/*.html"],
theme: {
fontFamily: {
sans: ['"PT Sans"', "sans-serif"],
},
};