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