@charset "UTF-8";

@import url("define.css");

html{
    font-size: 62.5%;
}


body {
  font-size:        var(--global--font-size);
  font-family:      var(--global--font-primary);
  line-height:      var(--global--line-height);
}


@media screen and (max-width: 768px)
{
  html{
    font-size:50%;
  }
}