.theme-creative {
  --accent: #e0578a;
  --accent-soft: #fdeef3;
  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Inter', sans-serif;
}
.doc-preview.theme-creative { border-radius: 20px; }
.doc-preview.theme-creative .pv-doc-title {
  background: linear-gradient(90deg, #e0578a, #7c5cff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}
