/* CLAT SARTHY - Custom Stylesheets Override */

body {
  font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: 'Outfit', sans-serif;
}

/* Slick slider custom override focus rings */
.slick-slide, .slick-track, .slick-list {
  outline: none !important;
}

.slick-dots li button:before {
  font-size: 10px;
  color: #3d1700 !important;
}

.slick-dots li.slick-active button:before {
  color: #c62828 !important;
  opacity: 1;
}

/* Smooth zoom on hover transition utilities */
.hover-zoom img {
  transition: transform 0.4s ease;
}
.hover-zoom:hover img {
  transform: scale(1.05);
}
