@tailwind base;
@tailwind components;
@tailwind utilities;

body{
    @apply text-par-l text-lab-pr;
}

.flex-center{
    @apply flex items-center justify-center;
}

.inline-flex-center{
    @apply inline-flex items-center justify-center;
}

.brand-gradient-pr{
    @apply bg-gradient-to-r from-blue-500 to-purple-500;
}

.w-12\/12{
    @apply w-full;
}

swiper-container::part(button-prev), swiper-container::part(button-next) {
    @apply size-4 bg-white/60 p-2 rounded-full text-lab-sc;
}