@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
  --primary: #3b82f6;
}

body {
  @apply bg-gray-50 text-gray-900;
}