.theme-corporate {
  --accent: #1f3a5f;
  --accent-soft: #eef2f7;
  --font-heading: 'Merriweather', serif;
  --font-body: 'Source Sans Pro', sans-serif;
}
.doc-preview.theme-corporate .pv-doc-title { font-weight: 700; }
.doc-preview.theme-corporate .pv-table th { background: var(--accent-soft); }
.doc-preview.theme-corporate .pv-header { border-bottom: 1px solid var(--accent); }
