website/tailwind.config.js (9 lines of code) (raw):
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{js,jsx,ts,tsx}', './docs/*.{mdx}'],
theme: {
fontFamily: {
sans: ['Segoe UI', 'sans-serif'],
},
},
plugins: [],
}