@import url("common.css");
@import url("small.css") screen and (max-device-width: 768px);
@import url("medium.css") screen (min-device-width: 768px) and (max-device-width: 1920px);
@import url("medium.css") screen and (max-width: 1920px) and (min-width: 768px);
@import url("large.css") screen and (min-width: 1920px);
@import url("theme.css");
