/* All three document previews are paper, independent of the site theme. */
.dkdp :is(.dkdp-editor, .dkdp-example, .dkdp-print-paper) {
  background: #fff !important;
  color: #172235 !important;
  color-scheme: light;
}
.dkdp :is(.dkdp-editor, .dkdp-example, .dkdp-print-paper) :where(*) {
  color: #172235 !important;
  -webkit-text-fill-color: #172235 !important;
}
.dkdp :is(.dkdp-editor, .dkdp-example, .dkdp-print-paper) :where(a[href]) {
  color: #114a9f !important;
  -webkit-text-fill-color: #114a9f !important;
}
