/* Mobile */

@import url("CSS/tablet.css") only screen and (max-width:768px);

/* Desktop */

@import url("CSS/style.css") only screen and (min-width:769px);