/* foxygit-light — light counterpart of foxygit-dark, so the sun/moon toggle
   in the header has something to switch to. Same 11 tokens as every theme. */
:root {
  --bg:      #fbfbfa;
  --fg:      #24282c;
  --dim:     #6b7178;
  --acc:     #1f7a3d;
  --line:    #dcdfe3;
  --surface: #f0f1f3;
  --pre-bg:  #f6f7f8;
  --add:     #1f7a3d;
  --del:     #c0392b;
  --hunk:    #1a5fb4;
  --font-ui: ui-monospace, "JetBrains Mono", Menlo, Consolas, monospace;
}
