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

@layer utilities {
  .bg-glass {
    @apply bg-white/10;
  }
}