@charset "UTF-8";
@import url("styles.css") only screen and (min-width:1180px);
@import url("tablets.css") only screen and (min-width:640px) and (max-width:1179px);
@import url("mobiles.css") only screen and (min-width:300px) and (max-width:639px);