html {
  box-sizing: border-box;
}

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

body,html {
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  overflow-y: auto;
  background-color: #e9ebee;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
}

.scrollable {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
