:root {
  --ink: #12131a;
  --paper: #e8e4da;
}

body {
  margin: 0;
  padding: 1.5rem;
  background: var(--ink);
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
}

a {
  color: var(--paper);
}

:focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 2px;
}

/*
 * Functional only. A holistic interface pass replaces all of this, including
 * the reveal animation that turns these bars into text.
 */
.body {
  white-space: pre-wrap;
}

.stub {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin: 0.5rem 0;
}

.stub-bar {
  height: 0.7rem;
  border-radius: 2px;
  background: var(--paper);
  opacity: 0.18;
}

.stub-note,
.edited {
  opacity: 0.6;
  font-size: 0.85rem;
}
