
/* Web */
@import url("Web.css") only screen and (min-width:640px) and (max-width:1680px);
/* Tabet */
@import url("tablets.css") only screen and (min-width:640px) and (max-width:1024px);
/* Phone */
@import url("phone.css") only screen and (max-width:480px);

