/* Custom Styles if needed */

body {
  scroll-behavior: smooth;
}

input[type="text"]:focus {
  outline: none;
  border-color: #2563eb; /* Tailwind blue-600 */
}
