.theme-classic {
  --template-primary: #0d9488;
  --template-secondary: #f97316;
}

.theme-modern {
  --template-primary: #0ea5e9;
  --template-secondary: #2563eb;
}

.theme-bold {
  --template-primary: #dc2626;
  --template-secondary: #ea580c;
}

.theme-minimal {
  --template-primary: #374151;
  --template-secondary: #6b7280;
}

.theme-creative {
  --template-primary: #d946ef;
  --template-secondary: #fb7185;
}

.theme-executive {
  --template-primary: #0f172a;
  --template-secondary: #334155;
}

.theme-elegant {
  --template-primary: #7c3aed;
  --template-secondary: #be185d;
}

.theme-techie {
  --template-primary: #1d4ed8;
  --template-secondary: #0891b2;
}
