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

