/* design-system/print.css
   @media print overrides (for PDF rendering via Chrome headless). */

@media print {
  section.slide { background: #fff !important; color: #000 !important; }
  section.slide.dark { background: #111 !important; color: #fff !important; }
  section.slide.accent { background: #C8F549 !important; }
}
