/**
 * environment theme: apollo
 * https://github.com/hundredrabbits/Themes
 */
:root {
	--background: #29272b;
	--f_high: #ffffff;
	--f_med: #e47464;
	--f_low: #66606b;
	--f_inv: #aaaaaa;
	--b_high: #000000;
	--b_med: #201e21;
	--b_low: #322e33;
	--b_inv: #e47464;
	--background_image: url(/static/GoldWeave.png);
}
