/* 0.css */
/*--------------------------------------------------------------*/
/* Global Variables */
/*--------------------------------------------------------------*/
:root {
    color-scheme: dark;
   --theme_color: cornflowerblue; /* #0066cc; */
   --theme_color_light: #66b3b3; 
   --top_menu_background_color: steelblue; /* #2b506e; darker steelblue */
   --top_menu_text_color1: whitesmoke;
   --top_menu_text_color2: midnightblue;      
   --link_text_color: 004d4d;  
   --input_background_color: #121212; 
   --input_border_color: cornflowerblue;    
   --input_font_color: whitesmoke; 
   --title_font_color: teal; 
   --text_font_color: whitesmoke; 
   --button_background_color: steelblue; 
   --form_background_color: #e9fbfa; 
   --red_message_background_color: teal;
   --footer_background_color: #262626; /* darkish */ 
   --footer_text_color: whitesmoke; 
}

/*--------------------------------------------------------------*/
