@layer utilities {
  .rounded-full {
    border-radius: 0px;
  }
}

@layer utilities {
  .h-10 {
    height: calc(var(--spacing) * 20);
  }
}

.mt-4.lg\:mt-8.py-4 {
  margin-top: 0px;
}

@layer utilities {
  .mt-4 {
    margin-bottom: calc(var(--spacing) * 1);
    margin-top: calc(var(--spacing) * 0);
  }
}

a {
  text-decoration: none;
  color: #f52687;
  transition: all 0.5s ease;
}

a:hover {
  font-weight: bold;
  color: #ff3901;
}

a h2.card-title {
  text-decoration: none;
  color: #333c4d;
  transition: all 0.5s ease;
}

a:hover h2.card-title {
  color: #f52687;
}

