@import #

The @import at-rule imports styles from other stylesheets.

The @import must be at the top except the @charset and @layer at-rules.

The @import at-rule and the layer keyword creates an anonymous layer.

The @import at-rule and the layer() function creates a named or anonymous layer.