html {
  font-size: 62.5%;
}
@media screen and (max-width: 520px) {
  html {
    font-size: 55%;
  }
}

body {
  line-height: 1;
  background: #f9f9f9;
}

/*# sourceMappingURL=common.css.map */
