@import url("small.css");

@import url("medium.css") only screen
and (min-width: 768px);

@import url("large.css") only screen
and (min-width: 1000px);

@import url("webfonts.css");
