/* CRM Custom Styles */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans SC", sans-serif;
}

/* Smooth transitions */
.transition-card {
  transition: all 0.2s ease;
}

/* Scrollbar for kanban */
.kanban-scroll {
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}

/* Timeline */
.timeline-item:last-child .timeline-line {
  display: none;
}
