:root {

--theme_bg: #e5e3df;
--theme_color: #ca6130; /* cd6328 orig ca6130 from screenshot */
--theme_color_hover: #cd6328; /* CB6015 */
--theme_color_hover_dark: #b95728;
--theme_color_faded: rgba(185,87,40,.5);
--theme_color_faded2: rgba(203,96,21,.85);
--theme_color_faded3: rgba(202,97,48,.5);
--theme_contrast: rgba(48,49,48,1); /*#303130;*/
--theme_contrast_faded: rgba(48,49,48,.5);
--theme_contrast_faded2: rgba(48,49,48,.9);
--theme_green: #303130;

--theme_dark_4: rgba(48,49,48,.9);
--theme_dark_5: rgba(49,39,34,.75);
--theme_dark_6: rgba(49,39,34,.5);
--theme_dark_7: rgba(49,39,34,.4);
--theme_dark_8: rgba(48,49,48,.25);

--white_fade: rgba(255,255,255,.25);
--white_fade2: rgba(255,255,255,.5);

--dark: #000;
--dark-1: #131313;
--dark-2: #171717;
--dark-3: #1c1c1c;
--dark-4: #232323;
--dark-5: #333;
--dark-6: #3f3f3f;
--dark-7: #444;
--dark-8: #555;
--dark-9: #666;


--bg: #1b1b1b;
--bg: #1c1e1c;
--bg_dark: #0e0f0e;
--main: #ca6130;
--main_light: #cd6328;
--main_alt: #ddaa31;
--white: #fff; 
--white_8: rgba(255,255,255,.8);
--white_5: rgba(255,255,255,.5);
--white_15: rgba(255,255,255,.15);
--white_05: rgba(255,255,255,.05);
--black: #000;
--black_5: rgba(0,0,0,.5);
--black_15: rgba(0,0,0,.15);
--black_25: rgba(0,0,0,.25);

--state_online: #58ba17;
--state_offline: #ca6130;

--green: #5c9e9e;
--dark_green: #2e5e5e;
--purple: #4b3b4b;
--gold: #ddaa31;

}