@font-face {
  font-family: 'Noto Serif JP';
  font-weight: normal;
  font-style: normal;
  src:url(../Fonts/NotoSerifJP-Regular.woff2);
}

html {
  -epub-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: 'Noto Serif JP';
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
  margin-inline-start: 1rem;
}

p {
  margin-inline-start: 1rem;
}

p.quote {
  text-indent: -1rem;
}

em {
  font-style: normal;
  text-emphasis: sesame;
}