/* 0.css */
/*--------------------------------------------------------------*/
/* Global Variables */
/*--------------------------------------------------------------*/
:root {
   --theme_color: #004d4d; /* dark teal; */
   --theme_color_teal: 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 */   
}

/*--------------------------------------------------------------*/
@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");  */
}
/*--------------------------------------------------------------*/