/* Import layouts ----------------------------------------------------------- */

@import url("styles/initial.css") only screen;
@import url("styles/colors.css") only screen;
@import url("styles/prototype.css") only screen;
@import url("styles/layout.css") only screen and (orientation: landscape);
@import url("styles/tablet-portrait.css") only screen and (max-device-width: 1024px) and (orientation: portrait);;
