/* 0.css */
/*--------------------------------------------------------------*/
/* Global Variables */
/*--------------------------------------------------------------*/
:root {
   --theme_color: teal; 
   --theme_color_light: #66b3b3; /* light teal */   
   --link_text_color: 004d4d;  /* dark teal */
   --input_background_color: #dcefef; /* very light teal */
   --input_font_color: black; /* very light teal */   
   --title_font_color: #teal; /* 004d4d;  dark teal */
   --text_font_color: black; /^ darkslategrey; */
   --form_background_color: #e9fbfa; /* very light teal, sea green */
   --red_message_background_color: teal;
   --footer_background_color: #e9fbfa; /* very light teal, sea green */
   --footer_text_color: darkblue; /* very light teal, sea green */   
}

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