@tailwind base; @tailwind components; @tailwind utilities; :root { --vc-slide-gap: 0; } html, body { @apply scroll-smooth; } #__nuxt { @apply min-h-screen flex flex-col overflow-x-hidden; } main { @apply flex-grow; } .carousel__slide { @apply pb-0; }