.theme-solarized-light {
  --bg: #fdf6e3;
  --fg: #4a5b60;
  --red: #dc322f;
  --green: #859900;
  --blue: #268bd2;
  --yellow: #b58900;
  --cyan: #2aa198;
  --magenta: #d33682;
  --dim: color-mix(in srgb, var(--fg), transparent 20%);
  --card-bg: #eee8d5;
  --comment: #93a1a1;

  --box-shadow: rgba(0, 0, 0, 0.08);
  --widget-border: rgba(147, 161, 161, 0.4);
  --btn-border: rgba(147, 161, 161, 0.4);
  
  --timeline-bg: rgba(216, 210, 190, 0.7);
  --timeline-hover: rgba(38, 139, 210, 0.15);
  --speed-group-bg: rgba(200, 195, 175, 0.6);
  --speed-group-border: rgba(147, 161, 161, 0.5);
  
  --log-column-border: rgba(147, 161, 161, 0.4);
  --log-item-hover: rgba(38, 139, 210, 0.08);
  --reader-highlight-bg: rgba(38, 139, 210, 0.12);
  --reader-highlight-anim: rgba(38, 139, 210, 0.3);

  --sanctuary: #2aa198;
  --gear-legendary: #d33682;
  --gear-artifact: #b58900;
  --gear-focus: #073642;
  --gear-spellsave: #cb4b16;
  --gear-weapon: #268bd2;
  --gear-usable: #6c71c4;
  --gear-poison: #859900;

  --tones-white: #073642;
}