It feels so much better to treat CSS as imports rather than global side effects:
An obvious benefit is that this makes CSS something we can statically analyze, enabling better refactoring and making it easier to understand when styles are no longer used and can be pruned.