Consolidate CSS
Instead of loading a dozen CSS files per page, create an everything.scss
that just imports them.
The general header then only has to include everything.css
Check whether this implies that the other CSS files then have to be moved to the _sass-folder.