Le CSS global ne peut pas être importé à partir de fichiers autres que votre
import '../styles/globals.css';
//import in _app.jsx or _appp.tsx in nextjs not in other sub folder cause it is global css

Shirshak kandel