.font-work-sans {
  font-family: 'Work Sans', sans-serif;
}

.font-inter {
  font-family: 'Inter', sans-serif;
}

.font-raleway {
  font-family: 'Raleway', sans-serif;
}

.font-lora {
  font-family: 'Lora', serif;
}

.font-roboto {
  font-family: 'Roboto', sans-serif;
}

.font-outfit {
  font-family: 'Outfit', sans-serif;
}

/* custom scrollbar */
*::-webkit-scrollbar {
  width: 7px;
  background-color: #fff;
}

*::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #0c4322;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #74a257;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #0b363b;
}
