/* Readability compatibility for legacy markup and the precompiled utility bundle. */
.bookarc-app .text-ink-faint,
.bookarc-app .text-ink-hint,
.bookarc-app .text-\[\#8a8680\] {
  color: #6b6760;
}

/* Authored components supply theme-aware placeholder colours of their own. */
.bookarc-app input:not(.bac-field-in)::placeholder,
.bookarc-app textarea:not(.bac-field-in)::placeholder {
  color: #6f6a64 !important;
  opacity: 1;
}

.bookarc-app [style*="color:#8a8680"],
.bookarc-app [style*="color: #8a8680"] {
  color: #6b6760 !important;
}

.bookarc-app svg [fill="#8a8680"] { fill: #6b6760; }
.bookarc-app svg [fill="#b0a99a"] { fill: #706b64; }
