/* Desktop */
@import url("styles.css");
/* Phone */
@import url("phone.css") only screen and (max-width:320px);
@import url("phone2.css") only screen and (min-width:321px) and (max-width:480px);

/* Tablet */
@import url("tablet.css") only screen and (min-width:481px) and (max-width:768px);
@import url("tablet2.css") only screen and (min-width:769px) and (max-width:1024px);
