/*! typography.css v1.0.0 | Basic typography*/
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  -ms-word-wrap: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}