/* 0.css */
/*--------------------------------------------------------------*/
/* Global Variables */
/*--------------------------------------------------------------*/
:root {
    color-scheme: dark only;        
   --body_background_color: #001a1a; /* almost black..; */    
   --theme_color: #004d4d; /* dark teal; */
   --theme_color_teal: teal; 
   --theme_color_light: #66b3b3; /* light teal */   
   --link_text_color: 004d4d;  /* dark teal */
   --input_background_color: #006666; /* dark teal */
   --input_font_color: whitesmoke; 
   --title_font_color: #teal; /* 004d4d;  dark teal */
   --paratitle1_font_color: #00ffff; 
   --text_font_color: whitesmoke; 
   --form_background_color: #e9fbfa; /* very light teal, sea green */
   --red_message_background_color: teal;
   --footer_background_color: #003333; 
   --footer_text_color: whitesmoke; 
   --footer_text_font_size: 0.8rem;
   --form_data_error_message_color: orange; 
   --learn_more_button_background_color: peru; /* #004d4d; */
   --learn_more_button_text_color: whitesmoke;   
   --register_button_background_color: darkcyan; 
   --register_button_text_color: whitesmoke;   
   
}

/*--------------------------------------------------------------*/
@font-face {
    font-family: qtext_font;
    src:    url("/fonts/censbkn.ttf") format("truetype"),
            url("/fonts/tex_regular.woff") format("woff"); 
    font-style:normal;
    font-weight:normal; 
}
    
@font-face {
    font-family: qtext_font;
    src:    url("/fonts/censbkb.ttf") format("truetype"), 
            url("/fonts/tex_bold.woff") format("woff"); 
    font-style:normal;
    font-weight:bold;
}
    
@font-face {
    font-family: qtext_font;
    src:    url("/fonts/censbki.ttf") format("truetype"), 
            url("/fonts/tex_italic.woff") format("woff"); 
    font-style:italic;
    font-weight:normal;
}

@font-face {
    font-family: qtext_font;
    src:    url("/fonts/censbkbi.ttf") format("truetype"), 
            url("/fonts/tex_bolditalic.woff") format("woff"); 
    font-style:italic;
    font-weight:bold;
}

@font-face {
  font-family:opensans_light;
  font-style:normal;
  font-weight:normal;
  src:url("/fonts/opensans_light.ttf") format("truetype");
  /* src:url("/fonts/poppins_light.ttf") format("truetype");  */
}
/*--------------------------------------------------------------*/