@tailwind utilities;
@layer components {
body {
@apply bg-primary-0 dark:bg-primary-1000 text-gray-900 dark:text-gray-100;
}