/* -------------------------------------------------------
   mixin
------------------------------------------------------- */
/* -------------------------------------------------------
   base
------------------------------------------------------- */
html {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 399px) {
  html {
    font-size: 10px;
  }
}

p {
  font-weight: 400;
}

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