/* Orthodox Study Bible — inherits KJV Study Bible layout via import. */
@import url("../../kjv-study-bible/css/study-bible.css");

/* Orthodox palette tweaks: deep blue + gold (instead of maroon). */
:root{
  --accent:#0B4F6C;
  --accent-soft:#E0B95A;
  --link:var(--accent);
  --gold:#C79A3D;
  --gold-soft:#E4C685;
  --dropcap-color:var(--accent);
  --highlight-bg:#F4EED7;
}

:root[data-theme="dark"]{
  --accent:#6FB2D3;
  --accent-soft:#C79A3D;
  --link:#9AD0F0;
  --highlight-bg:#2A2620;
}

