@charset "UTF-8";
@import url("fonts.css");
@import url("styles.css") only screen and (min-width:1024px);
@import url("tab.css") only screen and (min-width:600px) and (max-width:1023px);
@import url("mobiles.css") only screen and (min-width:100px) and (max-width:599px);