body {
  font-family: roboto;
}

@font-face {
  font-family: roboto;
  font-weight: normal;
  src: url(fonts/Roboto-Regular-webfont.woff);
}

#root {
  height: 100%;
}

::-webkit-scrollbar { 
  display: none; 
}

input {
  -webkit-appearance: none;
}
