Next js global CSS cannot be imported from files other than your Custom <App code example
Example: global css cannot be imported from files other than your
import '../global-styles/main.scss'
export default function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
}