One thing that I find interesting is that when 'App.css' is imported, it automatically runs in any class component where the .class is included in the app.css file. However, if I want to use a different CSS file, I have to utilize CSS-loader and style-loader. Why is App.css specifically granted permission to be run in every component?