@import "tailwindcss";

@theme {
    --color-primary: #2E3093;
}

@layer components {
    .glass {
        @apply bg-white/70 backdrop-blur-md border border-white/20;
    }
}