@font-face {
  font-display: block;
  font-family: "Coelacanth";
  font-size: 11pt 17.2pt;
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Coelacanth.otf") format("opentype");
}
@font-face {
  font-display: block;
  font-family: "Coelacanth";
  font-size: 11pt 17.2pt;
  font-style: italic;
  font-weight: 400;
  src: url("fonts/Coelacanth-It.otf") format("opentype");
}
@font-face {
  font-display: block;
  font-family: "Coelacanth";
  font-size: 11pt 17.2pt;
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Coelacanth-Bold.otf") format("opentype");
}
@font-face {
  font-display: block;
  font-family: "Coelacanth";
  font-size: 11pt 17.2pt;
  font-style: italic;
  font-weight: 700;
  src: url("fonts/Coelacanth-BoldIt.otf") format("opentype");
}
@font-face {
  font-display: block;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NotoSerifJP-Medium.ttf") format("truetype");
}
body {
  background-color: #f1e9d2;
  color: #131d3c;
  font-family: "Coelacanth", "Noto Serif", serif;
  font-size: 1.125rem;
  font-variant-numeric: oldstyle-nums;
  hyphens: auto;
  text-align: justify;
}

main {
  line-height: 1.5;
}

blockquote {
  font-style: italic;
}

p:not(blockquote p) {
  text-indent: 2em;
}

p:first-of-type {
  text-indent: 0;
}

.heading-part {
  font-size: 30pt;
  font-weight: 400;
  text-align: center;
}

.heading-chapter {
  font-size: 24pt;
  font-weight: 400;
  text-align: center;
}

#epigraph {
  text-align: center;
}

#toc a::after {
  content: leader(".") target-counter(attr(href), page);
}

blockquote {
  margin: 1em;
}

img {
  display: block;
  margin: auto;
}

.frontmatter {
  page: frontmatter;
}

.front-cover {
  page: front-cover;
}

.fullcenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page {
  margin: auto;
  max-width: 30em;
}

.page-copyright {
  page: page-copyright;
}

.page-before-you-set-off {
  page: before-you-set-off;
}

.signature {
  text-align: center;
}

p:not(blockquote p) {
  margin-bottom: 0;
  margin-top: 0;
}

#author {
  width: 50%;
}

#copyright-bottom {
  bottom: 0;
  position: fixed;
}

#dedication {
  text-align: center;
}

#hero {
  height: 16cm;
  margin-bottom: 1cm;
  margin-top: 1cm;
  outline-color: black;
  outline-style: solid;
  outline-width: 1pt;
  width: 16cm;
}

#logo {
  width: 100%;
}

body {
  margin: 1em;
}

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