/**
 * environment theme: obsidian
 * https://github.com/hundredrabbits/Themes
 */
:root {
	--background: #22282a;
	--f_high: #f1f2f3;
	--f_med: #93c763;
	--f_low: #ec7600;
	--f_inv: #963a46;
	--b_high: #678cb1;
	--b_med: #4f6164;
	--b_low: #42464C;
	--b_inv: #ffcd22;
}
/* img { filter: sepia(0.69); } */
