/* BizFlow theme — mirrored from app/src/index.css */

:root {
  --primary: #6d28d9;
  --primary-foreground: #ffffff;

  --secondary: #10b981;
  --secondary-foreground: #ffffff;

  --destructive: #ef4444;
  --destructive-foreground: #ffffff;

  --background: #f5f7fb;
  --foreground: #111827;

  --card: #ffffff;
  --card-foreground: #111827;

  --popover: #ffffff;
  --popover-foreground: #111827;

  --muted: #f3f4f6;
  --muted-foreground: #6b7280;

  --accent: #f3f4f6;
  --accent-foreground: #111827;

  --border: #e5e7eb;
  --input: #e5e7eb;
  --ring: #8b5cf6;

  --radius: 0.7rem;

  --primary-dark: #5b21b6;
  --primary-light: #8b5cf6;

  --shadow-md: 0 6px 18px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 32px rgba(109, 40, 217, 0.12);

  --container-max: 72rem;
  --nav-height: 4rem;
}