/**
 * Dynamic Theme CSS for Initiative: test19feb
 * Branding Scope: global
 * Generated: 2026-02-27 00:32:48
 * This file overrides theme CSS variables with initiative-specific branding
 */

/* Applying theme colors from theme.json */
:root:not([data-gjs-canvas]) {
  --theme-primary: #6d45e3;
  --theme-primary-light: #6366F1;
  --theme-primary-dark: #4338CA;
  --theme-secondary: #64748b;
  --theme-secondary-light: #94a3b8;
  --theme-secondary-dark: #475569;
  --theme-accent: #10b981;
  --theme-accent-light: #34d399;
  --theme-accent-dark: #059669;
  --theme-bg: #ffffff;
  --theme-bg-secondary: #f8fafc;
  --theme-bg-tertiary: #f1f5f9;
  --theme-text: #1e293b;
  --theme-text-secondary: #475569;
  --theme-text-tertiary: #64748b;
  --theme-border: #e2e8f0;
  --theme-border-light: #f1f5f9;
  --theme-border-dark: #cbd5e1;
  --theme-success: #10b981;
  --theme-warning: #f59e0b;
  --theme-error: #ef4444;
  --theme-info: #3b82f6;
  --theme-font-heading: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --theme-font-body: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --theme-font-mono: 'Fira Code', 'Courier New', monospace;
}
