@font-face {
  font-family: "Galano Grotesque";
  src: url("https://ae-demo.s3.ap-southeast-1.amazonaws.com/hoya-2022/GalanoGrotesqueRegular.otf");
}
@font-face {
  font-family: "Galano Grotesque Bold";
  src: url("https://ae-demo.s3.ap-southeast-1.amazonaws.com/hoya-2022/GalanoGrotesqueBold.otf");
}
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: grey;
}
