* {
  -webkit-overflow-scrolling: touch;
}

// Document
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  cursor: default;
  tab-size: 4;

  font-family: sans-serif;
  font-size: 100%;
  text-size-adjust: 100%;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
