/* print.v2.css – Druckversion */
@media print {
  body {
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    background: #fff !important;
    color: #111;
  }
  a {
    color: #111;
    text-decoration: none;
  }
  .wrapper {
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
  }
  .nav-main,
  .skip-link,
  .tux-mascot {
    display: none !important;
  }
}
