@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  height: 100%;
}

#root {
  height: 100%;
}

#build-info {
  display: none;
}

#build-hash {
  display: none;
}
