/** @type {import('tailwindcss').Config} */ module.exports = { darkMode: "selector", content: ["./src/**/*.rs", "./index.html"], theme: { fontFamily: { sans: ["Inter", "serif"], }, }, };