body {
  font-family: 'Inter', sans-serif;
}

.icon-fill {
  font-variation-settings: 'FILL' 1;
}

/* Custom scrollbar for activity feed to maintain clean UI */
.custom-scrollbar::-webkit-scrollbar {
  width: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #e0e3e5;
  border-radius: 4px;
}
