© 2026 Hedgehog Software, LLC
export default defineNuxtConfig({ css: [ "@/css/fonts.css", "@/css/mobile.css" ], });
@font-face { font-family: "Grotesk"; src: url("~/assets/fonts/Grotesk-Regular.otf") format("otf"); font-display: swap; }
h1 { font-family: 'Grotesk' }