:root {
    --primary_color: #a33e0f;
    --secondary_color: #043865;
    --theme_signup: #03A9F4;
    --theme_signup_darken: #0288D1;
    --light_blue: #e8f0fe;
    --theme-signup-background: #2C3034;
    --theme_login_background: #f9f9f9;
    --theme_dark: #212121;
    --theme_light: #f6f6f6;
    --font_default: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    --error: #d9534f;
    --success: #198754;
    --color_disabled: #bbb5b5;
    --sfondo_body: #d3d3d3;
    --color_selected_dark_background: white;
    --back_menu: #ced4da;
    --text_menu: #000000b0;

}