@media print {
  :root,
  html[data-theme="dark"] {
    --bg: #fff;
    --surface: #fff;
    --surface-2: #fff;
    --text: #000;
    --muted: #333;
    --border: #aaa;
    --brand: #fff;
    --accent: #000;
    --accent-text: #fff;
    --danger: #700;
    color-scheme: light !important;
    background: #fff !important;
  }
  html,
  body,
  .card {
    color-scheme: light !important;
    color: #000 !important;
    background: #fff !important;
  }
  a { color: #000 !important; }
}
