/* .fs-4 {
  color: #07c160 !important;
} */

.btn-text {
  /* font-family: 'EB Garamond ExtraBold' !important; */
  font-family: 'Libre Caslon Bold' !important;
  font-size: medium;
  color: #07c160;
}

.c_original {
  color: crimson;
  font-weight: bold;
}

.c_translation {
  font-family: sans-serif;
  color: royalblue;
  font-size: 1.0rem !important;
}

.c_editornote {
  font-family: sans-serif;
  /* color: darkviolet; */
  color: purple;
  font-size: 1.0rem !important;
}

.c_reference {
  font-family: serif;
  /* color: darkviolet; */
  color: forestgreen;
  font-size: 1.0rem !important;
}

.c_inlinenote {
  font-family: serif;
  /* color: darkviolet; */
  color: crimson;
  font-size: 1.0rem !important;
}