html {
  overflow-y: auto;
  scrollbar-gutter: stable;
  scrollbar-color: rgba(11, 19, 32, .56) rgba(11, 19, 32, .06);
  scrollbar-width: auto;
}

html::-webkit-scrollbar {
  width: 14px;
}

html::-webkit-scrollbar-track {
  background: rgba(11, 19, 32, .055);
}

html::-webkit-scrollbar-thumb {
  min-height: 56px;
  background: rgba(11, 19, 32, .54);
  border: 4px solid var(--cream, var(--bg, #faf7f2));
  border-radius: 999px;
}

html::-webkit-scrollbar-thumb:hover {
  background: rgba(11, 19, 32, .76);
}
