@media print {
  :root {
    --c-txt: #000;
    --c-bg: #fff;
    print-color-adjust: economy;
  }
}
