/* Global Settings 
---------=================== */
@import url("global.css");

/* Zone Common
----=================== */
@import url("zone-common.css");		

/* Zone Phone 
----=================== */
@import url("zone-phone.css") only screen and (max-width: 659px);

/* Zone Phone & Tablet Common 
---------=================== */
@import url("zone-phone-tablet-common.css") only screen and (max-width: 960px);

/* Zone Tablet
----=================== */
@import url("zone-tablet.css") only screen and (min-width: 660px) and (max-width: 960px);

/* Zone Desktop & Tablet Common 
---------=================== */
@import url("zone-tablet-desktop-common.css") only screen and (min-width: 660px);

/* Zone Desktop 
---------=================== */
@import url("zone-desktop.css") only screen and (min-width: 961px);
