/* Custom styles for the design */
.bg-custom {
  background-color: #FFF9F5;
}

.text-primary {
  color: #F589B8;
}

.bg-primary {
  background-color: #F589B8;
}

.bg-gradient-custom {
  background: linear-gradient(135deg, #F589B8, #DD40D5);
}

.card {
  @apply p-4 rounded-lg shadow-lg;
}

.fixed-menu-placeholder {
  height: 60px; /* To ensure content is not covered by the floating menu */
}
