/* ═══════════════════════════════════════════════════════════════
   OldFolkRemedies — the few things Tailwind (Play CDN) can't express.
   The design is otherwise pure Tailwind utilities + tailwind.config.
   ═══════════════════════════════════════════════════════════════ */

/* Drop-cap on the opening paragraph of a remedy (rendered by app.js). */
.drop-cap::first-letter {
  float: left;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 0.82;
  padding: 0.06em 0.12em 0 0;
  color: #6b7a5a;
}

/* Hidden scrollbar for internal scroll regions. */
.scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }
.scrollbar-hide::-webkit-scrollbar { display: none; }

/* Soft sage text selection. */
::selection { background: rgba(107, 122, 90, 0.22); color: #2c2a24; }
