/* the field-book's hand, carried into the wiki */

/* drop cap — sometimes historiated: the letter filled with the
   colour's own photograph */
.read-dropcap {
  float: left;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 5.4em;
  line-height: .72;
  font-weight: 600;
  margin: 6px .06em -.08em 0;
  padding-top: 2px;
  color: #b08a4c;
}
.read-dropcap.historiated {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-text-stroke: .6px rgba(176, 138, 76, .55);
  filter: drop-shadow(0 0 10px rgba(176, 138, 76, .25));
}

/* the opening words, in small caps */
.read-incipit {
  font-variant: small-caps;
  font-feature-settings: "smcp" 1;
  letter-spacing: .05em;
}

/* a sentence that carries a margin note */
.gloss-anchor {
  border-bottom: 1px dotted rgba(176, 138, 76, .5);
}

/* the note's mark, set at the end of the sentence it comments */
sup.tinc-mark {
  font-size: .72em;
  line-height: 0;
  margin-left: .12em;
}

/* marginalia — the ink notes, each in its own ink */
.tinc-marginalia {
  margin: 1.2rem 0;
  padding-left: 1rem;
  border-left: 2px solid rgba(176, 138, 76, .35);
  font-style: italic;
  font-size: .92em;
}
.tinc-gloss { display: block; margin: .4rem 0; }
.tinc-gloss .mark { font-style: normal; margin-right: .45em; }
