Concept Flow - Global CSS
Create global CSS file
Import global CSS in _app.js
Next.js applies styles globally
All pages/components share styles
Styles cascade and override as usual
Global CSS files are created and imported once in the main app file, then Next.js applies these styles across all pages and components.