module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {
fontFamily: {
sansbold: ["sansbold"],
},
plugins: [],
};