@import url("style.css");
@import url("breakpoints/480up.css") screen and (min-width: 480px);
@import url("breakpoints/600up.css") screen and (min-width: 600px);
@import url("breakpoints/960up.css") screen and (min-width: 960px);
@import url("breakpoints/1280up.css") screen and (min-width: 1280px);
/*# sourceMappingURL=setting.css.map */