@import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap');

/* DEBUGGING TOOL
* {
  outline: solid red 1px !important;
} */

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #e0fbfc;
}

::-webkit-scrollbar-thumb {
  background: #3d5a8075;
}

::-webkit-scrollbar-thumb:hover {
  background: #3d5a80;
}
