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