/* Fonts are fetched via <link> in index.html, not @import, to avoid chaining
   the request behind this stylesheet. */
body {
  background-color: #fff;
  font: 18px/1.5 "Lato", Verdana, Helvetica, sans-serif;
  color: #595959;
  font-weight: 400;
}
