/* ========================================================================== */
/* root themisto.de                                                           */
/* ========================================================================== */
:root {
  --custom-html_bg1:        rgba(96,16,48,0.05);
  --custom-html_bg2:        rgb(252,246,227);
  --custom-html_bg3:        rgb(117,144,174);  

  --custom-banner_bg1:      rgb(117,144,174);
  --custom-banner_bg2:      rgb(61,92,122);
  
  --custom-body_bg:         rgb(252,246,227);
  --custom-main_bg:         rgb(255,255,255);
  
  --custom-color_bg2:       rgb(61,92,122);
  --custom-color_bg3:       rgba(61,92,122,0.3);

  --custom-body_co:         black;
  --custom-logo_co:         yellow;  
  --custom-color:           rgb(61,92,122);
  --custom-firstoftype_co:  rgb(112,0,137);
  
  --custom-color_attention: red;   

  --custom-other_bg:        red; 
  --custom-other_co:        crimson;
}

