.theme-minimal {
  --accent: #111111;
  --accent-soft: #f4f4f4;
  --font-heading: 'Inter', sans-serif;
  --font-body: 'Inter', sans-serif;
}
.doc-preview.theme-minimal .pv-header { border-bottom: 2px solid var(--accent); padding-bottom: 16px; }
.doc-preview.theme-minimal .pv-doc-title { color: var(--accent); font-weight: 300; letter-spacing: 2px; text-transform: uppercase; font-size: 1.3rem; }
