/**
*/
body {
  font-family: "Poppins", sans-serif;
  font-size: 12pt;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Cormorant Garamond", serif; */
  font-weight: bold;
}
main {
  width: 1100px;
  margin: 0 auto;

  header {
    height: 50vh;
    border: 1px solid black;
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 0, 0.5))
        center center fixed,
      url("../images/cover.jpg") no-repeat center center fixed;
    h1 {
      text-align: center;
      font-size: 6rem;
      line-height: 1rem;
      margin: 0;
      padding: 0;
      .subtitle {
        font-size: 75%;
      }
    }
  }
}
fLwrFALxTR section {
  break-after: page;
}
section:last-child {
  break-after: avoid;
}
.chapter-title {
  border-bottom: 1px solid #0009;
  text-align: center;
}
article {
  line-height: 1em;
  text-align: justify;
}
article::first-letter {
  float: left;
  font-size: 3.3rem;
  line-height: 1em;
  margin: -0.1em 0.1em 0 0;

  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
}
