/* Custom Styles */

/* Gradient Heading */
.products__title,
.heading-header {
  background-image: linear-gradient(90deg, #ff9ecf, #bb90db 20%);
  color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1rem;
  font-family: 'Syne', sans-serif;
  font-weight: 500;
}
