@media print {
  @page {
    size: letter;
    margin: 1in;
  }

  :root {
    color-scheme: light;
    --bg: #fff;
    --fg: #1c1814;
    --fg-muted: #444;
    --rule: #ccc;
    --accent: #5a3d5c;
  }

  body {
    background: #fff !important;
    color: #1c1814 !important;
    font-family: "Newsreader", Georgia, serif;
    font-size: 12pt;
    line-height: 1.4;
  }

  .topbar,
  .section-indicator,
  .ambient-grain,
  .section-bg-film,
  .section-bridge,
  .ghost-btn,
  #theme-toggle,
  .quote-orbit__controls,
  .quote-orbit__dots {
    display: none !important;
  }

  #hero,
  #timeline,
  #conclusions,
  #about,
  #sources {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .section {
    padding-top: 0.5rem !important;
    margin-top: 1rem !important;
  }

  .card,
  figure.card {
    border: 1px solid #b8a894 !important;
    box-shadow: none !important;
    background: #fff !important;
  }

  .chart-canvas-wrap {
    min-height: 220px !important;
  }

  figcaption,
  .chart-caveat,
  .card-sub {
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    font-size: 10.5pt !important;
    line-height: 1.35 !important;
  }

  a {
    color: #1c1814 !important;
    text-decoration: underline !important;
  }

  .title,
  .section-head h2,
  .argument-summary h2 {
    color: #1c1814 !important;
    border-color: #5a3d5c !important;
    -webkit-text-fill-color: #1c1814 !important;
  }

  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
  }
}
