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