html {
  font-size: 62.5% !important;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem !important;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern", "liga", "clig", "calt";
  text-rendering: optimizeSpeed;
}