/* Phone */
@import url("phone.css") only screen and (max-width:574px);
/* Tablet */
@import url("tablet.css") only screen and (min-width:575px);
/* Desktop */
@import url("desktop.css") only screen and (min-width:1000px);
