:root {

/* old background f7f3e8 
old contrast 3b2f29 */

--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;


--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;

--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);

--green: #5c9e9e;
--dark_green: #2e5e5e;
--purple: #4b3b4b;
--gold: #ddaa31;
--white: #fff;
--black: #000;
/*--purple: #35273c;*/

}