@page {
  margin: 0.75cm 1 1.5cm 0.75cm;
}
html, body {
  font-size: 12pt;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
}

.site {
  max-width: 100%;
}

header, header h1.logo {
  margin-bottom: 0;
  padding-bottom: 0;
}

.post .post-content {
  max-width: none;
  width: 100%;
  margin: 0 0 0 0 !important;
}
.post .post-content .subtitle {
  margin-bottom: 2rem;
}
.post .post-content .post-body {
  max-width: none;
  width: 100%;
  columns: 2;
  column-gap: 2rem;
}
.post .post-content .post-body p {
  text-align: justify;
  hyphens: auto;
}
.post .post-content .post-body blockquote {
  margin-left: 0;
  margin-right: 0;
}
.post .post-content .post-body a::after {
  content: " <" attr(href) ">";
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.burger,
nav,
header .search,
.featured-image,
.block-anchor,
.comment-form,
.newsletter-signup,
footer form {
  display: none !important;
}

footer {
  display: block;
}

/*# sourceMappingURL=print.css.map */