/* 
 * GestSet css style sheet
 *	version : 1.0.5
 * Author : Erik Martre
 * date : 20220215
*/

/*———————————————————————————————— variables ————————————————————————————————*/

:root{
	--animation_1: black;
	--animation_2: #ff0000;
	--animation_3: #ff8800;
	--animation_4: #456ffa;
	--budget_green: #00796b;
    --theme_base: #4088ff;
    --theme_light: #93bcff;
    --theme_Xlight: #c8dcfd;
    --theme_XXlight: #e6effe;
	--classic_accent: #294a7f;
	--footer_grey: #87a5b9;
	--found: #80f0ff;
	--light_grey: #fcfcfc;
	--light_shadow: #f0f0f0;
	--link: #0033cc;
	--main: #f2f2f2;
	--main_char: #444;
    --light_char: #888;
	/*--main_pale: #c8d3e5;*/
    --main_pale: #f9ffff;
	--main_table: #4b73b6;
    --medium_grey: #cacaca;
	--menu_hover: #4088ff;
	--pale_grey: #f2f2f2;
	--pale_mauve: #ccdaff;
	--prep_bg: #ccdaff;
    /*--prep_bg: #dcb6d5;*/
	--shadow: #aaaaaa;
	--shortcut_1: #ece9df;
	--shortcut_2: #dbdad6;
	--shortcut_3: #bae7e6;
	--shortcut_4: #98e0e9;
	--shortcut_5: #93d4e8;
	--shortcut_6: #abcced;
	--shortcut_gold: #ff9800;
	--shortcut_green: #01dd55;
	--table_footer_bg: #006060;
	--table_footer_text: #efefef;
	--warning: #a31621;
	--freezed:#0098c6;
    --attention: #ffd27f;
	--warning-bk: #ffcbd0;
	--ok: #00c04a;
	--attention_plus: #ff684a;
}
