[v-cloak] { display: none !important; }

body { 
	font-family: 'Inter', sans-serif; 
}
.swiper, .swiper-wrapper, .swiper-slide {
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	flex: none !important;
	box-sizing: border-box !important;
}
.highlight-glow {
    box-shadow: 0 0 30px 15px rgba(159, 53, 255, 0.9);
    border-radius: 50%;
}
.input-modern {
  @apply w-full border border-gray-300 rounded-lg px-3 py-2 focus:outline-none focus:ring-2 focus:ring-purple-500;
}
.input-modern-sm {
  @apply w-full border border-gray-300 rounded px-2 py-1 text-sm focus:outline-none focus:ring-2 focus:ring-purple-500;
}
