html {
  -webkit-font-smoothing: antialiased;
}
body {
  background: #fff;
  font-family: source-sans-pro, sans-serif !important;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  -webkit-appearance: none;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb {
  -webkit-appearance: none;
  background: #ABABAB;
  border-radius: 0;
}