/* Custom styles for Sentinel web interface */
/* Additional styles can be added here if needed beyond Tailwind CSS */

/* Ensure proper spacing and typography */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Print styles */
@media print {
  .no-print {
    display: none;
  }
}
