
body { 
  font-family: 'Inter', sans-serif; 
  background-color: #f8fafc; 
  margin: 0;
}

.custom-scrollbar::-webkit-scrollbar { 
  width: 4px; 
}

.custom-scrollbar::-webkit-scrollbar-thumb { 
  background: #e2e8f0; 
  border-radius: 10px; 
}
