import { defineConfig } from "vite-plugin-windicss" export default defineConfig({ theme: { fontFamily: { sans: ["Inter var", "sans-serif"] } } })