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

:root {
  --primary: #2563eb;
  --primary-light: #dbeafe;
  --success: #16a34a;
  --warning: #ca8a04;
  --danger: #dc2626;
  --neutral: #64748b;
}

@layer base {
  body {
    @apply font-sans text-slate-900;
  }
}
