html,
body {
  background: #fff;
  scrollbar-color: #98a1ad #fff;
}

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

::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #98a1ad;
  border: 4px solid #fff;
  border-radius: 999px;
}

/* Keep the off-screen navigation drawer from casting a dark band on the page. */
.site-menu-panel {
  box-shadow: none !important;
}

.site-menu-open .site-menu-panel {
  box-shadow: -20px 0 60px rgba(0, 0, 0, .28) !important;
}
