html {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

body {
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

svg {
  vertical-align: bottom;
}

#root {
  height: 100%;
}

dt, dd {
  margin-left: 0;
}