/* Bumblebee — warm charcoal with honeyed amber accents, a cosy dark theme.
   rev 2026-07-17 */
[data-theme="bumblebee"] {
  --theme-icon: "🐝";
  --bg:         #1a1610;   /* page / pane background — warm dark */
  --border:     #3a3628;   /* borders, dividers */

  --bg-nav:     #131108;   /* → --bg2  sidebar / nav strip */
  --head-bg:    #131108;   /* → --bg2  toolbar headers (alias of --bg-nav) */

  --bg-code:    #2a2618;   /* → --bg3  code blocks */
  --active-bg:  #2a2618;   /* → --bg3  hover and active rows (alias of --bg-code) */

  --text:       #e8dfc8;   /* body text (pass-through) */
  --heading:    #e8dfc8;   /* headings → --text */
  --text-muted: #7a7060;   /* secondary / muted labels → --muted */

  --link:       #d4a04a;   /* primary accent → --accent  (amber) */
  --active:     #d4a04a;   /* active state   → --accent (alias of --link) */
  --link-hover: #f0c070;   /* hover / pressed → --accent2 */
}
