html { font-size: 16px; }
:root {
  --primary: #6366F1;
  --primary-foreground: hsl(0 0% 98%);
  --secondary: #F1F5F9;
  --secondary-foreground: hsl(240 5.9% 10%);
  --accent: #F0F9FF;
  --accent-foreground: hsl(240 5.9% 10%);
  --destructive: #EF4444;
  --destructive-foreground: hsl(0 0% 98%);
  --ring: #6366F1;
  --success: #10B981;
  --warning: #F59E0B;
  --info: #3B82F6;
  --radius: 0.75rem;
}
