
/* Dynamic CSS Variables - These change based on color scheme */
:root {
  --font-family-logo: "Quicksand", serif;
  --color-bg:      #26273E;
  --color-plain:   #d3d3de;
  --color-fade:    #b7b09E;
  --color-link:    #ffea61;
  --color-hover:   #d6a7dE;
  --color-strong:  #ffffff;
  --color-logo:    #8aebff;
  --color-success: #d6ff91;
  --color-error:   #fa8fad;
}