html {
  height: 100%;
  font-family: 'Roboto', Arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #dddddd;
  background: #eeeeee;
  -webkit-font-smoothing: antialiased;
}

h1 {
  line-height: 1.28em;
  font-size: 2.25em;
}

h2 {
  line-height: 1.33em;
  font-size: 1.875em;
}

h3 {
  line-height: 1.33em;
  font-size: 1.5em;
}

h4 {
  line-height: 1.4em;
  font-size: 1.25em;
}

h5 {
  line-height: 1.5em;
  font-size: 1em;
}

h6 {
  line-height: 1.43em;
  font-size: 0.87em;
}

@media (max-width: 49em) {
  #__next {
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
  }
}

