/* @import url("./kaos_biohazard.css"); // This IS being done, on the main page, as a CSS HTML include, put in by PHP, in sales.php, line 137
*/
:root {
  --modal-bg: rgba(0,0,20,0.9);
  --text-main: #33ccff;
  --glow-main: #0039ff;
  --button-bg: #6600cc;
  --button-hover-bg: #00ccff;
  --price-color: #33ffff;
  --price-glow: #00ffff;
  --list-hover-bg: rgba(0,204,255,0.15);
  --emoji-glow: #00ffff;
  /* --bg-image: url('../backgrounds/electric-arcs.jpg'); */
  --bg-image: url('../assets/img/bg/electricity/horizontal-red-orange-1.jpeg');
    --modal-bg: rgba(5, 5, 10, 0.55);

}
body{
	background-color:lime;
	background-color:#f900ff; /* Crazy purple-pink, not really too 'electricity' but more - candy  */
}