@import "global.css";

@import url("horizontal.css") screen and (min-width: 993px);

@import url("mobile.css") screen and (max-width: 992px)
