/* Gruvbox Dark — retro warm earth tones, amber and green on brown-black.
   https://github.com/morhetz/gruvbox · MIT License
   rev 2026-07-17 */

[data-theme="gruvbox"] {
  --theme-icon: "🍂";
  --bg:          #282828;
  --bg-nav:      #1d2021;
  --bg-code:     #3c3836;
  --border:      #504945;
  --text:        #ebdbb2;
  --text-muted:  #928374;
  --heading:     #fbf1c7;
  --link:        #83a598;
  --link-hover:  #8ec07c;
  --active-bg:   #3c3836;
  --active:      #fabd2f;
  --head-bg:     #1d2021;
}
