@media screen and (min-width: 600px) {
  @import url(http://fonts.googleapis.com/css?family=Lato:300);
}
@media screen and (max-width: 600px) {
  @import url(http://fonts.googleapis.com/css?family=Lato:300);
}
