import {Orbitron} from 'next/font/google'; export const orbitron = Orbitron({ display: 'swap', subsets: ['latin'], weight: ['400', '900'], });