body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #faf6ee;
}
::-webkit-scrollbar-thumb {
  background: #4a8590;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #e89a7a;
}
