@import "./styles/globals.css"; @layer base { :root { @apply font-sans; } html, body, #root { @apply h-full; } body { @apply m-0 min-w-[320px] bg-background text-foreground; } }