Recording of issue needing help with

Theres a screen recording showing what Ive done and what I need help with exactly to the tee

Voice is in there as well so I help explain what ive done and what Im struggling with

Hi! To use global.css, you should first create a pages/_app.tsx like this:

// `pages/_app.js`
import '../styles/global.css';

export default function App({ Component, pageProps }) {
  return <Component {...pageProps} />;
}

Then, in global.css, you should add the @font-face declaration pointing to the font files you uploaded to the cms, as described in the video