html {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 81.25%;
  font-family: Glober, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

html.style-v1 {
  font-size: 13px;
  font-family: Palanquin, Roboto, Helvetica, Arial, sans-serif;
}

@media (min-width: 375px){
  :root {
    /*font-size: 100%;*/
    font-size: 81.25%;
  }
  .style-v1:root {
    font-size: 15px;
  }
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  font-size: 100%;
  line-height: 1.42;
  color: #060606;
  background-color: #F9F9F9;
}

html.style-v1 > body {
  font-size: 1em;
  line-height: 1.6;
  color: #000;
  background-color: #eee;
}

p {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

.style-v1 > body a {
  text-decoration: none;
  color: #5eadd7;
}

.style-v1 > body a:hover {
  text-decoration: underline;
}

.app {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

html.style-v1 .app {
  overflow: hidden;
}
