/**
 * environment theme: park-computer
 * https://github.com/hundredrabbits/Themes
 */
:root {
	--background: #000000;
	--f_high: #9f9fa2;
	--f_med: #888888;
	--f_low: #ffffff;
	--f_inv: #666666;
	--b_high: #f7f7f7;
	--b_med: #999999;
	--b_low: #464646;
	--b_inv: #20B2AA;
}
