Next.js supports virtually every CSS approach with built-in handling — you can pick what fits the project.
Global CSS
// app/layout.tsx — global styles imported once at the root
import "./globals.css";
CSS Modules (scoped by default)
styles ;
() => ;
