/* Desktop */
@import url("main_dark.css");
/* Phone */
@import url("phone_dark.css") only screen and (max-width:800px);
/* Small Tablet */
@import url("tablet_small_dark.css") only screen and (min-width:801px) and (max-width:1365px);
/* Large Tablet */
@import url("tablet_large_dark.css") only screen and (min-width:1366px) and (max-width:1600px);