
/* Dynamic CSS Variables - These change based on color scheme */
:root {
  --color-bg:      #26273E;
  --color-plain:   #d3d3de;
  --color-fade:    #b7b09E;
  --color-link:    #ffda51;
  --color-hover:   #dab0ff;
  --color-strong:  #ffffff;
  --color-logo:    #8acbff;
  --color-success: #b6ff71;
  --color-error:   #fa8fad;
}