
/* Desktop */
@import url("desktop.css") only screen and (min-width:960px);
/* Tablet */
@import url("tablet.css") only screen and (min-width:481px) and (max-width:959px);
/* Smartphone */
@import url("smartphone.css") only screen and (max-width:480px);
