html{
  font-size: 1.0625em;
}

@media screen and (min-width:1024px)
{
  html{
    font-size: 1.125em
  }
}

body {
  font-family: Roboto, Helvetica, Verdana, sans-serif;
  font-weight: 400;
}

b, dt, strong, th {
  font-weight: 500;
}
