/**
 * AgendaCraft DaisyUI Theme
 *
 * Auto-generated from TypeScript source.
 * Do not edit directly - run `pnpm build:css` to regenerate.
 *
 * This file overrides DaisyUI's default light theme with
 * AgendaCraft brand colors for consistent styling across
 * Django auth pages and Next.js frontend.
 *
 * @see packages/theme-daisyui/src/index.ts
 */

/* Apply to light theme and agendacraft custom theme */
[data-theme="light"],
[data-theme="agendacraft"] {
  --p: #4f46e5;
  --pf: #4338ca;
  --pc: #ffffff;
  --s: #6366f1;
  --sf: #4f46e5;
  --sc: #ffffff;
  --a: #0891b2;
  --af: #0891b2;
  --ac: #ffffff;
  --n: #6b7280;
  --nf: #4b5563;
  --nc: #ffffff;
  --b1: #f9fafb;
  --b2: #f5f5f5;
  --b3: #f5f5f5;
  --bc: #111827;
  --su: #16a34a;
  --suc: #ffffff;
  --wa: #ca8a04;
  --wac: #ffffff;
  --er: #dc2626;
  --erc: #ffffff;
  --in: #0891b2;
  --inc: #ffffff;
  --rounded-box: 8px;
  --rounded-btn: 8px;
  --rounded-badge: 4px;
  --animation-btn: 0.25s;
  --animation-input: 0.2s;
  --btn-focus-scale: 0.98;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 8px;
}
