@charset "UTF-8";
@import url("fonts.css");
@import url("styles.css") only screen and (min-width:1000px);
@import url("tab.css") only screen and (min-width:768px) and (max-width:999px);
@import url("mobiles.css") only screen and (min-width:100px) and (max-width:767px);