/**
 * environment theme: garden
 * https://github.com/hundredrabbits/Themes
 */
:root {
	--background: #0f0803;
	--f_high: #ffefc9;
	--f_med: #9f9fa2;
	--f_low: #a3832c;
	--f_inv: #666666;
	--b_high: #aa0000;
	--b_med: #214c05;
	--b_low: #48413a;
	--b_inv: #4cb1cf;
	--background_image: url(/static/Sandstone.png);
}
