/*
 * Print stylesheet, loaded on /resume. Printing the page produces a clean
 * artifact (acceptance criterion). Paper goes white, chrome drops, red
 * de-emphasizes to black weight. Composition is Artlord's to refine; this
 * is the floor.
 */
@media print{
  body{background:#fff;color:#000;}
  .site-head,.site-nav,.site-foot,.skip,.resume-downloads,.lens-switcher{
    display:none !important;
  }
  a[href]::after{content:" (" attr(href) ")";font-size:0.85em;color:#555;}
  .m{color:#000;font-weight:700;}
}
