@charset "UTF-8";
@import url("normalize.css");
@import url("all.css");
@import "smartphone.css" screen and (max-width: 480px);
@import "tablet.css" screen and (min-width: 481px) and (max-width: 768px);
@import "desktop.css" screen and (min-width: 769px);
