// Minimal theme: the default VitePress theme without its bundled Inter // font, plus a monospace type stack for the project's "nerdy" look. import DefaultTheme from "vitepress/theme-without-fonts"; import "./custom.css"; export default DefaultTheme;