@import "./mobile/mobile.css" only screen and (min-width:0);
@import "./desktop/desktop.css" only screen and (min-width:992px);

@import url("./setting.css");