body {
  font-family: "Inter", sans-serif;
}

/* Additional custom styles can be added here */
.transition {
  transition: all 0.3s ease;
}

/* Ensure proper spacing for mobile menu items */
#mobile-menu .space-y-2 > * + * {
  margin-top: 0.5rem;
}

/* Custom focus styles for better accessibility */
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

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