.fit-cover {
  object-fit: cover;
}

.bg-primary-gradient {
  background: linear-gradient(135deg, #f8faff, #fef7fd);
}

