@charset "UTF8";
@import "reset.css";
@import "global.css";
@import "mobile.css"; screen and (max-width: 1024px);
@import "desktop.css" screen and (min-width: 1025px);
