@import url(http://fonts.googleapis.com/css?family=Open+Sans|Lora:400,700);
@import url("mobile.css") screen and (max-width: 600px);
@import url("tablet.css") screen and (min-width: 601px) and (max-width: 950px);
@import url("desktop.css") screen and (min-width: 951px);
