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

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%;
  max-width: 100vw;
  overflow-y: auto;
}

dt, dd {
  margin-left: 0;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
}