@tailwind base;@tailwind components;@tailwind utilities;@layer base{html,body,#root{height:100%}body{@apply bg-black text-white;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Helvetica Neue,Arial}a{@apply text-sky-400 hover:text-sky-300 underline;}}@layer components{.prose{@apply text-zinc-200;}}
