src/fonts/heading.tsimport { Oswald } from 'next/font/google'// Condensed industrial display face for headings, eyebrows, and spec labels.export const headingFont = Oswald({subsets: ['latin'],weight: ['400', '500', '600', '700'],display: 'swap',})