@import "tailwindcss";

@theme {
    --font-sans: 'Inter', sans-serif;
}

@layer base {
    body {
        @apply bg-white text-sm antialiased;
    }
}