CSS 코드 내에서 외부 CSS 파일을 가져와 적용해준다.
CSS 코드 내에서 맨 위에 위치해야 한다.
@import url();
@import url('/style.css');
@import ;
@import "./style.css" screen and (max-width: 800px);