@import url("styleguide.css");
@import url("globals.css");
@import url("homepage-4.css");

@import url("style_tablet.css") screen and (max-width: 1000px);
@import url("style_desktop.css") screen and (min-width: 1001px);

/*
@import url("homepage.css") screen and (max-width: 799);
@import url("homepage2.css") screen and (min-width: 601px) and
	(max-width: 800px);
@import url("homepage3.css") screen and (min-width: 801px) and
	(max-width: 1000px);
@import url("homepage-3.css") screen and (min-width: 1001px) and
	(max-width: 1199);
@import url("homepage-4.css") screen and (min-width: 800px);
*/
