/* NoLie Labs. print.css
   Linked with media="print" on the privacy and terms pages only. People print
   policies. White paper, black ink, a readable serif, no chrome, URLs shown. */

@page {
  margin: 20mm;
}

html, body {
  background: #fff !important;
  color: #000 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 11.5pt;
  line-height: 1.5;
}

body::after,           /* the grain */
.skip-link,
.site-header,
.site-menu,
.totop,
.site-footer {
  display: none !important;
}

.container {
  max-width: none;
  padding: 0;
}

.section,
.section--first {
  padding: 0;
}

.reading {
  max-width: none;
}

.eyebrow {
  color: #000;
  letter-spacing: .1em;
}

h1, h2, h3, p, .lede, .body, .caption {
  color: #000 !important;
  font-family: inherit !important;
}

h1 {
  font-size: 22pt;
  line-height: 1.15;
  letter-spacing: 0;
  margin: 8pt 0 12pt;
}

h2 {
  font-size: 14pt;
  margin-top: 18pt;
  page-break-after: avoid;
}

p {
  orphans: 3;
  widows: 3;
}

a {
  color: #000;
  text-decoration: underline;
}

/* Show where a link goes, since paper can't be clicked. */
a[href^="http"]::after {
  content: " (" attr(href) ")";
  font-size: 90%;
}

a[href^="/"]::after {
  content: " (nolielabs.tech" attr(href) ")";
  font-size: 90%;
}

a[href^="mailto:"]::after {
  content: "";
}
