/* parchment shortcode */

.js-parchment {
   background-image: url('../images/parchment.jpg');
   background-repeat: repeat;
   padding: 30px 40px;
   margin: 10px 0;
   border-radius: 0;
}

.post-body .post-primary .js-parchment .js-parchment__title {
   font-family: 'UnifrakturMaguntia', serif;
   font-size: 28px;
   font-weight: bold;
   text-align: center;
   margin: 0 0 12px 0;
}

.js-parchment__body {
   font-family: 'Estonia', cursive;
   font-size: 38px;
   line-height: 1.25;
   text-align: center;
   text-wrap: balance;
}
