/* assets/css/style.css */

/* Example custom utility override */
body {
  scroll-behavior: smooth;
}

.card-hover:hover {
  transform: scale(1.02);
  transition: 0.3s ease-in-out;
}
