/* The Archive of Arcadia — a quiet, archival feel. */
:root {
  --md-text-font: "EB Garamond";
}

.md-typeset {
  font-size: 0.85rem;
  line-height: 1.7;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* Landing-page section headings read like ledger dividers. */
.md-typeset h2 {
  border-bottom: 1px solid var(--md-default-fg-color--lightest);
  padding-bottom: 0.2em;
}

/* Quoted lore / in-world asides. */
.md-typeset blockquote {
  border-left: 0.2rem solid var(--md-accent-fg-color);
  font-style: italic;
}
