/* Single live stylesheet entry for portfolio pages.
   Breakpoints: mobile < 992, tablet 992-1279, desktop >= 1280. */

@import url("mobile.css") only screen and (max-width: 991px);
@import url("tablet.css") only screen and (min-width: 992px) and (max-width: 1279px);
@import url("desktop.css") only screen and (min-width: 1280px);
@import url("project.css") only screen and (min-width: 1280px);
@import url("playground.css");
@import url("style_new.css");
@import url("responsive-fixes.css");
