:root {
	--background: rgba(255, 255, 255, 0.55); /*transparent glass white*/
	--transpgradient: rgba(255, 255, 255, 0); /*transparent for gradient*/
	--button:  rgba(255, 255, 255, 0.25);    /*transp white*/
	--accent1:  #85BF52; /*green*/
	--accentshadow:   #9BF54C; /*lightgreen*/
	--accent2:  #FBADB5; /*pink*/
	--accent3:  #515751; /*dark grey*/
	--border: rgba(216, 235, 224, 0.65); /*light grey*/
	--bodytext:    #000; /*black*/
	--textshadow: #000;
	--bgimg: url('https://faescape.neocities.org/assets/bgs/jpeg.jpg'); /*anime flower field bg*/
	--gridbg: url('https://faescape.neocities.org/assets/bgs/grid.png');
	--gradient0: rgba(69, 224, 162, 1);   /*gradient green*/
	--gradient30: rgba(119, 221, 180, 1);
	--gradient70: rgba(167, 237, 209, 0.75);
	--gradient100: rgba(167, 237, 209, 0);
}