/*  Your Custom CSS Code Goes Here */

@font-face {
  font-family: 'GothamRounded';
  src: url('https://storage.googleapis.com/websitebuilder/assets/fonts/Gotham/GothamRounded-Light.otf') format('opentype');
  
}

@font-face {
  font-family: 'GothamRounded';
  src: url('https://storage.googleapis.com/websitebuilder/assets/fonts/Gotham/GothamRounded-Book.otf') format('opentype');
 
}

@font-face {
  font-family: 'GothamRounded';
  src: url('https://storage.googleapis.com/websitebuilder/assets/fonts/Gotham/GothamRounded-Medium.otf') format('opentype');
 
}

@font-face {
  font-family: 'GothamRounded';
  src: url('https://storage.googleapis.com/websitebuilder/assets/fonts/Gotham/GothamRounded-Bold.otf') format('opentype');
  
}



h1,h2,h3 {
  font-weight: 700 !important;
}

h4,h5,h6 {
  font-weight: 500 !important;
}

.custom-scroller {
  overflow-y: auto; 
  scrollbar-width: thin; 
  scrollbar-color: #f58220ff #f3f4f6;
  padding-right: 12px;
}

.custom-scroller::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.custom-scroller::-webkit-scrollbar-track {
  background: #f3f4f6;
  border-radius: 10px;
}

.custom-scroller::-webkit-scrollbar-thumb {
  background-color: #8b5cf6; 
  border-radius: 10px;
  border: 2px solid #f3f4f6;
}

.custom-scroller::-webkit-scrollbar-thumb:hover {
  background-color: #6b21a8;
}

