/**
 * environment theme: grayscale-dark
 * https://github.com/hundredrabbits/Themes
 */
:root {
--background: #010101;
--f_high: #f7f7f7;
--f_med: #929292;
--f_low: #8e8e8e;
--f_inv: #666666;
--b_high: #676767;
--b_med: #464646;
--b_low: #252525;
--b_inv: #999999;
}
img { filter: grayscale(1); }
