/* Minimal CSS since we are using Tailwind CDN */
@layer base {
    * {
        border-color: hsl(var(--border));
    }
}
