© 2026 Hedgehog Software, LLC
import { Inter } from "@next/font/google"; const inter = Inter({ display: "swap", subsets: ["latin"], }); <main className={inter.className}> ...
html, body { font-family: "Cal Sans", ui-sans-serif, system-ui, -apple-system BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; min-height: 100vh; }