What is the @import rule in CSS, and how does it work?

@import imports a CSS file into another, allowing modularization. However, it can slow down performance compared to <link> tags.