
/* === Layout === */
html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'Quattrocento', serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  background: url('../assets/img/background.png') no-repeat center center fixed;
  background-size: cover;
}

/* === Global Header Styles === */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Jim Nightshade', cursive;
  letter-spacing: 0.03em;
  margin-top: 1em;
  margin-bottom: 4px;
  color: #000000;
}

/* === Journal Entry === */
.journal-entry {
  font-family: 'Bilbo', cursive;
  font-size: 24px;
  line-height: 1.5;
  white-space: pre-wrap;
  color: #000000;
}
