/* ==========================================================================
   KodeshWay — Divine speech typography (web)
   CANONICAL SOURCE — sync via build/sync_design.sh.

   Set apart by TYPE, never colour (matches iOS KodeshWayVoiceTypography,
   2026-06-11): Yeshua's words carry WEIGHT; Yahweh's voice is set apart by
   SLANT. Normal text colour throughout — no red/gold letters.

   Generic spans (editorial prose, .org):
     <span class="kw-yeshua">…His words…</span>
     <span class="kw-divine">…Yahweh's voice…</span>

   Reader verse rows (.com scriptures reader, classified by js/scriptures.js):
     <li class="verse-item yeshua"> / <li class="verse-item divine">
   Yeshua wins if both ever overlap.
   ========================================================================== */

.kw-yeshua { font-weight: 700; }
.kw-divine { font-style: italic; }

/* .com reader — repoints the old gold/crimson colour rules to type-only. */
.verse-item.yeshua .verse-text { font-weight: 700; }
.verse-item.divine .verse-text { font-style: italic; }
