/* 默认紫色模板 */
:root{
  --template-primary:#7c3aed;
  --template-secondary:#f97316;
  --template-accent:#ede9fe;
}

