@import url("Typography.css") ;
/* mobile */
@import url("mobile.css") only screen and (max-width:480px);
/* tablet */
@import url("ipad.css") only screen and (min-width:481px) and (max-width:800px);
/* desktop */
@import url("desktop.css") only screen and (min-width:801px);