
.Nunito{ font-family: Nunito!important; }
.Comfortaa{ font-family: Comfortaa!important; }
.OpenSans{ font-family: OpenSans!important; }



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

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #bfdbfe; 
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #93c5fd; 
}