@font-face {
  font-family: "Favorit Mono";
  src: url("FavoritMono-BoldItalic.woff2") format("woff2"), url("FavoritMono-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Favorit Mono";
  src: url("FavoritMono-Bold.woff2") format("woff2"), url("FavoritMono-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Px Grotesk Pan";
  src: url("PxGroteskPan-RegularItalic.woff2") format("woff2"), url("PxGroteskPan-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Px Grotesk Pan";
  src: url("PxGroteskPan-Regular.woff2") format("woff2"), url("PxGroteskPan-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Px Grotesk Pan";
  src: url("PxGroteskPan-Light.woff2") format("woff2"), url("PxGroteskPan-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Px Grotesk Pan";
  src: url("PxGroteskPan-LightItalic.woff2") format("woff2"), url("PxGroteskPan-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Times Now";
  src: url("TimesNow-SemiBoldItalic.woff2") format("woff2"), url("TimesNow-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Times Now";
  src: url("TimesNow-Light.woff2") format("woff2"), url("TimesNow-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Times Now";
  src: url("TimesNow-LightItalic.woff2") format("woff2"), url("TimesNow-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Times Now";
  src: url("TimesNow-SemiBold.woff2") format("woff2"), url("TimesNow-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

body {
  overflow-y: scroll;
  background: #fff;
  font-family: "Px Grotesk Pan", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1[title] {
  text-align: center;
  font-size: 6.6vw;
  font-family: "Times Now", serif;
  letter-spacing: -3px;
  font-weight: normal;
}

h2[author] {
  text-align: center;
  font-weight: 300;
  font-size: 2.5vw;
  font-family: "Px Grotesk Pan", sans-serif;
  margin: 0 auto;
  margin-top: -60px;
  text-align: center;
}

h1[chapter] {
  text-align: center;
  font-weight: 300;
  font-size: 2.5vw;
  font-family: "Times Now", serif;
  margin: 2rem auto;
}

h2 {
  font-size: 1.5vw;
  font-weight: normal;
  text-align: center;
  color: #121212;
}

h3 {
  font-size: 1.6vw;
  font-family: "Favorit Mono", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 2rem auto;
  margin-bottom: -1rem;
}

main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  max-height: 100vh;
}
main .page {
  flex-grow: 1;
  width: 50%;
  padding: 1rem;
  overflow-y: scroll;
}
main .page:first-of-type {
  box-shadow: 10px 0 30px -10px rgba(0, 0, 0, 0.3);
}
main .page:last-of-type {
  box-shadow: -10px 0 30px -10px rgba(0, 0, 0, 0.3);
}

p {
  padding: 1rem;
}

img {
  object-fit: contain;
  max-width: 100%;
  padding: 1rem;
}

#quote {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 1rem;
  font-family: Camphor, Open Sans, Segoe UI, sans-serif;
  z-index: 999;
  margin: 0 auto;
}
#quote span {
  display: none;
  color: #fff;
  font-size: 1.6rem;
  line-height: 110%;
  width: 75vw;
  margin: 0 auto;
  margin-bottom: 80px;
  text-shadow: 0 0 16px #000, 0 0 16px #000, 0 0 16px #000;
}
#quote span[active] {
  display: block;
}

#images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  place-items: center;
  background: #000;
  pointer-events: none;
  align-content: center;
  align-items: center;
}

#images img {
  display: none;
}

#images img[active] {
  object-fit: contain;
  max-width: 80vw;
  max-height: 60vh;
  display: block;
}

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