@charset "UTF-8";

@import url("styles.css");
@import url("phone.css") screen and (max-width: 650px);
@import url("tablet.css") screen and (min-width: 651px);
@import url("desktop.css") screen and (min-width: 1250px);

/* Original desktop.css screen-min-width: 1250px */
/* Original tablet.css screen-min width: 551px */

