
/*============Grey-Teal Theme================*/

:root {
  --theme1: #222d3b;
  --theme2: #ffffff;
  --theme3: #1d2531;
  --theme4: #e6e6e6;
  --selection1: #009688;
  --selection2: #87a0aa;
  --selection3: #B2DFDB;
  --textdark: #333333;
  --textlight: #ffffff;
  --bodybg: #f2f7fb;
}