@import url('../source/reset.css');
@import url('../source/style.css') screen and (min-width: 1000px);
@import url('../source/tablet.css') screen and (max-width : 999px);
@import url('../source/mobile.css') screen and (max-width : 740px);