/* SHARED */

@import url(../_shared/fonts/fonts.css);
@import url(../_shared/css/reset.css);
@import url(../_shared/css/css_styled_content.css);

/* BASE */

@import url(../_shared/css/shared.css);
@import url(../_shared/css/navigation.css);
@import url(../_shared/css/content.css);
@import url(../_shared/css/home.css);

/* RESPONSIVE */

/* tablet portrait */
@import url(../_shared/css/responsive_m.css) screen and (min-width: 768px) and (max-width: 1023px);

/* mobile landscape */
@import url(../_shared/css/responsive_s.css) screen and (min-width: 480px) and (max-width: 767px);

/* mobile portrait */
@import url(../_shared/css/responsive_s.css) screen and (min-width: 0px) and (max-width: 479px);
@import url(../_shared/css/responsive_xs.css) screen and (min-width: 0px) and (max-width: 479px);

/* RETINA */

@import url(../_shared/css/retina.css) screen and (-webkit-min-device-pixel-ratio: 2);
@import url(../_shared/css/retina.css) screen and (min--moz-device-pixel-ratio: 2);
@import url(../_shared/css/retina.css) screen and (-o-min-device-pixel-ratio: 2/1);
@import url(../_shared/css/retina.css) screen and (min-device-pixel-ratio: 2);
@import url(../_shared/css/retina.css) screen and (min-resolution: 192dpi);
@import url(../_shared/css/retina.css) screen and (min-resolution: 2dppx);