
*, *::before, *::after {
  box-sizing: border-box;
}


body {
  margin: 0;
}


body {
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}


img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}


input, button, textarea, select {
  font: inherit;
}

html {
  font-size: 18px;
}


body {
    color:#d3d3d3;
    background-color: #060713;
    font-size: 1rem;
}

main {
  max-width: 64ch;
  margin: 0 auto;
  padding: 2rem 1rem;
}


p {
    margin-bottom: 1.3em;
    letter-spacing: 0.02em;
}

hr {
  border: none;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(104, 104, 104, 0.4),
    transparent
  );
}

h1 {
    text-align:right;
    margin: 0;
}

.headers-1
{
  font-size: 3rem;
}

.chapter-title
{
  font-size: 2rem;
}

.page-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}

.page-nav a {
  text-decoration: none;
  font-variant: small-caps;
  color:rgb(204, 211, 211);
  letter-spacing: 0.05em;
}

.prev-page {
  justify-self: start;
}

.next-page {
  margin-left: auto;
  justify-self: end;
}

.page-nav a:hover {
  text-decoration: underline;
}

.noto-serif {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.source-serif-4 {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.unifrakturmaguntia-regular {
  font-family: "UnifrakturMaguntia", cursive;
  font-weight: 400;
  font-style:normal;
}

.manufacturing-consent-regular {
  font-family: "Manufacturing Consent", system-ui;
  font-weight: 400;
  font-style: normal;
}

p + p {
  text-indent: 1.5rem;
}

.no-indent {
  text-indent: 0rem;
}

.layout-typeset {
  text-align: justify;
  hyphens: auto;
  text-wrap: pretty;
}

.text-center {
    text-align: center;
}


.italics {
    font-style: italic;
}


.bold {
    font-weight: 700;
}

.extra-bold {
    font-weight: 900;
}

#snowfield {
  position: fixed;
  top: 0;
  left: 0;

  width: 100vw;
  height: 100vh;

  z-index: -1;
  pointer-events: none;
}

@media (max-width: 1024px) {
  body {
    font-size: 1rem;
    line-height: 1.75;
  }
}


@media (max-width: 600px) {
  body {
    font-size: 1rem;
    line-height: 1.8;
  }

  main {
    max-width: 100%;     
    padding: 1.5rem 1rem;
  }

  p {
    letter-spacing: 0.025em;  
  }
}