/* Dracula — purple and pink on deep slate, the classic dark palette.
   https://draculatheme.com · MIT License
   rev 2026-07-17 */

[data-theme="dracula"] {
  --theme-icon: "🧛";
  --bg:          #282a36;
  --bg-nav:      #21222c;
  --bg-code:     #44475a;
  --border:      #44475a;
  --text:        #f8f8f2;
  --text-muted:  #6272a4;
  --heading:     #f8f8f2;
  --link:        #8be9fd;
  --link-hover:  #bd93f9;
  --active-bg:   #44475a;
  --active:      #bd93f9;
  --head-bg:     #21222c;
}
