/* ============================================================
   Promontory — Print stylesheet
   ============================================================ */

/* ---- Page setup ---- */

@page {
  margin: 1.25in 1.75in 1in 1.75in;
  @bottom-center {
    content: counter(page);
    font-family: 'Libertinus Serif', Georgia, serif;
    font-size: 9pt;
    color: #555;
  }
}

/* ---- Hide screen chrome ---- */

.sidebar,
.text-nav,
.site-footer {
  display: none !important;
}

/* ---- Layout ---- */

.layout {
  display: block;
}

.content {
  padding: 0;
  font-size: 12pt;
  line-height: 1.6;
  color: #000;
}

/* ---- Text pages ---- */

.text-header {
  page-break-after: avoid;
}

.text-header h1 {
  font-size: 18pt;
  margin: 0 0 0.25rem;
}

.text-byline {
  font-size: 12pt;
  margin: 0 0 1.5rem;
}

.text-content {
  max-width: 100%;
  text-align: justify;
  hyphens: auto;
}

.text-content p {
  orphans: 3;
  widows: 3;
}

h2, h3, h4 {
  page-break-after: avoid;
  font-size: 11pt;
}

/* ---- Poem variant ---- */

.is-poem .text-content {
  text-align: left;
  margin-left: 0;
}

.is-poem .text-content p {
  white-space: pre;
}
