There are two basic areas affecting webpage load time when we talk about CSS:
CSS file size and the total amount of CSS on the page (number of files).
Too large CSS files will take a longer time to download and thus the entire
page will take much more time to render (it has to wait for that big CSS to
download first).