/* Basic Tailwind overrides */
body {
font-family: 'Inter', sans-serif;
}
img {
transition: all 0.2s ease-in-out;
}
img:hover {
transform: scale(1.02);
}
/* Custom styling if needed */
html, body {
  scroll-behavior: smooth;
}
