
/*@font-face {
  font-family: Creepster;
  src: url(../fonts/Creepster-Regular.ttf);
}

@font-face {
  font-family: Delius;
  src: url(../fonts/Delius-Regular.ttf);
}

@font-face {
  font-family: Gabriela;
  src: url(../fonts/Gabriela-Regular.ttf);
}

@font-face {
  font-family: Merriweather;
  src: url(../fonts/Merriweather-Regular.ttf);
}

@font-face {
  font-family: Diphylleia;
  src: url(../fonts/Diphylleia-Regular.ttf);
}

*/

@font-face {
  font-family: Gabriela;
  src: url("./fonts/gabriela.woff2") format("woff2");
}

@font-face {
  font-family: Delius;
  src: url("./fonts/delius.woff2") format("woff2");
}

@font-face {
  font-family: Peace;
  src: url("./fonts/peace.woff2"), format("woff2"),
/*       url("./fonts/peace.woff"), format("woff"),*/
/*       url("./fonts/peace.ttf"), format("truetype");*/
/*  font-style: normal;
  font-weight: normal;
  font-display: swap;*/
}

html {
  font-size: 112.5%;
}

@media(max-width:768px) {
  html {
    font-size: 120%;
  }
}

.unreleased {
  opacity: 70%;
}

.chapter h5,
.chapter h3 {
   text-align: right;
}

a:hover:not(.unreleased) {
  font-weight: bold;
}

/*.volume footer a,
.volume nav a {*/
a {
  text-decoration: none;
}

@media(max-width:768px) {
  .volume ul {
    padding-inline-start: 0px;
  }
}

.volume ul {
  list-style-type: none;
}

footer a {
  margin: 0.5em;
}

footer {
  text-align: center;
  padding: 1em 0em 2em 0em;
}

.volume h5,
.volume h4,
.volume h2,
.volume h3 {
   text-align: center;
}

p {
  max-width: 38em;
}

.chapter-choice {
  text-decoration: none;
  text-align: center;
  padding: 1em 0em 0em 0em;
  border-top: 0.5px solid #000000;
}

main {
  font-size: 1.05rem;
  padding: 0px 0em 1em 0px;
}

.creepster {
    font-family: Creepster !important;
}

body {
/*    margin-left: 10%;
    margin-right: 10%
*/
    font-family: Peace, Delius, Gabriela;
    line-height: 1.5;
    max-width: 720px;
    margin: auto;
    padding: 1.2rem;


}

hr {
    width: 33%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
hr.c8 {
    width: 45%
    }

div.header {
  display: none;
  display: oeb-page-head;
}

div.name {
/*  font-size: 150%;*/
  font-variant: small-caps;
  font-weight: 10;
  text-align: center;
  margin: 3em 0 1em 0;
}
div.name span {
  font-family: Gabriela;
  padding: 0 2em 0.5em 2em;
  border-bottom: 2px solid #000000;
}

/*.title-img {
  text-align: right;
}
*/
h3 img {
  height: 40px;
}

/*.nr-illustration.small {
  max-width: 360px;
}
*/

/* ===== Nightmare Revolver Illustration ===== */

.nr-illustration {
  max-width: 520px;           /* nyaman buat baca */
  margin: 2.5rem auto;        /* jarak atas-bawah */
  text-align: center;
}

.nr-image-box {
  aspect-ratio: 1 / 1;        /* KUNCI 1:1 */
  width: 100%;
  overflow: hidden;
  border-radius: 14px;        /* lembut, modern */
  background-color: #111;     /* kalau image loading */
}

.nr-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;          /* aman buat crop */
  display: block;
}

.nr-illustration figcaption {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: #777;
  font-style: italic;
}


/*.header.shotgun {
  background: url("./images/shotgun4.svg") center no-repeat;
  background-size: contain;
}
.header {
  border: none;
  height: 40px;
  margin: 3rem auto;
}
*/
.scene-break.shotgun {
  background: url("./images/shotgun8.svg") center no-repeat;
  background-size: contain;
}
.scene-break {
  border: none;
  height: 40px;
  margin: 3rem auto;
}

h1 {
/*  font-family: Gabriela;*/
/*  font-size: 200%;*/
/*  font-weight: bold;*/
/*  text-align: center;*/
/*  margin: 1em 0 1em 0;*/
}

h2 {
/*  font-family: Gabriela;*/
}

div.pagebreak {
  page-break-before: always;
  height: 0;
  padding: 0
}

p {
  text-indent: 1.0em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
p.initial {
  text-indent: 1.2;
}
p.noindent {
  text-indent: 0;
}

em {
  font-style: italic;
}
em em {
  font-style: normal;
}

span.caps {
  font-variant: small-caps;
}

span.big {
/*  font-size: 120%;*/
}

span.first {
  font-variant: small-caps;
/*  font-size: 125%;*/
  font-family: Gabriela;
}
span.drop {
/*  font-size: 150%;*/
  font-weight: 400;
  font-family: Gabriela;

}
span.predrop {
  font-weight: normal;
}

div.center {
  text-align: center;
  margin: 1em;
}

div.signature {
  text-align: right;
  margin-top: 2em;
}

blockquote {
  margin: 1em 2em 1em 2em;
}
blockquote p {
}
blockquote div {
  margin-left: 2em;
}

div.separator {
  text-align: center;
  margin-top: 1.5em;
}

div.title {
  margin: 1em 0;
/*  font-size: 120%;*/
  text-align: center;
}
div.subtitle {
/*  font-size: 70%;*/
}

div.poetry {
  margin: 1em 0 1em 2em;
  font-style: italic;
}
div.stanza {
  margin: 0.5em 0;
  page-break-inside: avoid;
}
div.poetry p {
  margin: 0;
  padding-left: 5em;
  text-indent: -5em;
  text-align: left;
}
div.poetry p.indented {
  margin-left: 1.5em;
}
div.poetry p.indented2 {
  margin-left: 3em;
}
div.poetry p.indented3 {
  margin-left: 4.5em;
}
div.poetry em, div.poetry span.caps {
  font-style: normal;
}

div#tail {
  page-break-inside: avoid;
}

div#tail div.smaller {
/*  font-size: 93%;*/
  margin-left: 0.5em;
}
div#tail p.tail1 { margin-left: 0.5em; }
div#tail p.tail2 { margin-left: 1em; }
div#tail p.tail3 { margin-left: 2em; }
div#tail p.tail4 { margin-left: 3em; }
div#tail p.tail5 { margin-left: 4em; }
div#tail p.tail6 { margin-left: 5em; }
div#tail p.tail7 { margin-left: 5.5em; }
div#tail p.tail8 { margin-left: 6em; }

div.illustration {
  text-align: center;
  margin: 1em 0;
  max-width: 100%;
  max-height: 100%;
  page-break-inside: avoid;
  clear: both;
}
div.illustration img {
  max-height: 100%;
  max-width: 100%;
}

div.end {
  text-align: center;
  margin-top: 2em;
}

/* Disable non-rectangular wraps */
#ill23_a, #ill23_b,
#ill41_a, #ill41_b {
  display: none;
}
/*
div.left {
  float: left;
  clear: left;
  margin-right: 0.5em;
  text-align: left;
}
div.right {
  float: right;
  clear: right;
  margin-left: 0.5em;
  text-align: right;
}
.clear {
  clear: both;
}

div#ill23 {
  width: 100%;
  max-height: 0;
  margin: 0;
  page-break-after: avoid;
  opacity: 0.5;
}
div#ill23_a {
  width: 100%;
  margin-bottom: 0.5em;
  page-break-after: avoid;
}
div#ill23_b {
  width: 45.71%; /* 256/560
  margin-top: -0.5em;
  page-break-after: avoid;
}
div#ill23_a img, div#ill23_b img {
  max-width: 100%;
  visibility: hidden;
}

div#ill41 {
  width: 100%;
  max-height: 0;
  margin: 0;
  page-break-after: avoid;
  opacity: 0.5;
}
div#ill41_a {
  width: 52.71%; /* 292/554
  margin-bottom: -0.5em;
  page-break-after: avoid;
}
div#ill41_b {
  width: 100%;
  margin-top: 0.5em;
  page-break-after: avoid;
}
div#ill41_a img, div#ill41_b img {
  max-width: 100%;
  visibility: hidden;
}
*/

div.footnote {
/*  font-size: 80%;*/
  margin: 1em 0 1em 0;
  padding: 0 0 1em 0;
  page-break-after: always;
}
div.footnote p {
  text-indent: 0;
}
div.backlink {
  text-align: center;
  margin-top: 1em;
}
span.mark {
  font-weight: bold;
  margin: 0 1em 0 0;
}
a.call {
/*  font-size: 60%;*/
  font-weight: bold;
  vertical-align: text-top;
}

div.toc {
/*  font-size: 120%;*/
  text-align: left;
}
div.toc a {
  font-variant: small-caps;
}
div.frontmatter {
}
div.chapter {
  margin: 1em 0 0 1em;
}
