@page {
  margin: 1cm 2.5cm 7.5cm 2cm;
}
html, body {
  font-size: 12pt;
}

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

.site {
  max-width: 100%;
}

.post .post-content {
  max-width: 100%;
  margin: 0 0 0 0 !important;
}
.post .post-content .subtitle {
  margin-bottom: 2rem;
}

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

footer {
  display: block;
}

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