@tailwind base; @tailwind components; @tailwind utilities; :root { --brand-primary: #0f766e; --brand-secondary: #1d4ed8; } body { @apply bg-base-200 text-base-content; }