/* control all stylesheets */

/* import global stylesheets */
@import url("https://www.uwibookshop.com/sites/all/themes/migrationtemplate_theme/css/global-resets.css");
@import url("https://www.uwibookshop.com/sites/all/themes/migrationtemplate_theme/css/global-timber.css");
@import url("https://www.uwibookshop.com/sites/all/themes/migrationtemplate_theme/css/global.css");

/* setup responsive breakpoints - works with css caching and aggregation ON */
@import url("https://www.uwibookshop.com/sites/all/themes/migrationtemplate_theme/css/min-narrow.css") (min-width: 540px) and (min-device-width: 540px);
@import url("https://www.uwibookshop.com/sites/all/themes/migrationtemplate_theme/css/narrow.css") (min-width: 740px) and (min-device-width: 740px);
@import url("https://www.uwibookshop.com/sites/all/themes/migrationtemplate_theme/css/normal.css") (min-width: 980px) and (min-device-width: 980px);
@import url("https://www.uwibookshop.com/sites/all/themes/migrationtemplate_theme/css/wide.css") (min-width: 1300px);

/* setup responsive breakpoints - works with css caching and aggregation OFF */
@media (min-width: 540px) and (min-device-width: 540px) {
	@import url("https://www.uwibookshop.com/sites/all/themes/migrationtemplate_theme/css/min-narrow.css");
}
@media (min-width: 740px) and (min-device-width: 740px) {
	@import url("https://www.uwibookshop.com/sites/all/themes/migrationtemplate_theme/css/narrow.css");
}
@media (min-width: 980px) and (min-device-width: 980px) {
	@import url("https://www.uwibookshop.com/sites/all/themes/migrationtemplate_theme/css/normal.css");
}
@media (min-width: 1300px) {
	@import url("https://www.uwibookshop.com/sites/all/themes/migrationtemplate_theme/css/wide.css");
}