@import url("./reset.css");
@import url("./fontiran.css");
@import url("./variabels.css");
@import url("./xxl.css");
@import url("./xl.css") screen and (width <= 87.5em);
@import url("./lg.css") screen and (width <= 75em);
@import url("./md.css") screen and (width <= 62em);
@import url("./sm.css") screen and (width <= 48em);
@import url("./xs.css") screen and (width <= 36em);
