import { defineConfig } from 'unocss'; export default defineConfig({ theme: { fontFamily: { mono: ['JetBrains Mono'], }, }, });