@font-face {
  font-family: 'CircularStd';
  font-weight: 400;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
}
@font-face {
  font-family: 'CircularStd';
  font-weight: 500;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'CircularStd';
  font-weight: 700;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
}


::-webkit-scrollbar {
  width: 5px !important;
  height: 10px !important;
}
::-webkit-scrollbar-track {
  color: #F4F6F8 ;
}
::-webkit-scrollbar-thumb {
  background: rgb(204, 203, 203);
  --tw-bg-opacity: 1;
  border-radius: 10px;
}