html {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  font-family: Palanquin, Roboto, Helvetica, Arial, sans-serif;
}

@media (min-width: 375px){
  :root {
    font-size: 15px;
  }
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  font-size: 1em;
  line-height: 1.6;
  color: #4f5d5b;
  background-color: #fff;
}

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

a {
  text-decoration: var(--theme-a-decoration);
  color: var(--theme-text-color);
}

a:hover {
  text-decoration: var(--theme-a-decoration-hover);
}

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