/* Drop caps and special typographic elements from hugo-paged / yihui.org */
.drop-cap::first-letter {
  float: left;
  font-size: 3.2em;
  line-height: 0.85;
  margin: 0.1em 0.15em 0 0;
  color: var(--accent);
}
