:root {
  --theme-blue: #29A9E0;
  --theme-mid-blue: #396F8E;
  --theme-dark-blue: #1E3C4D;
  --theme-purple: #652D8C;
  --theme-dark-purple: #1A0030;
  --theme-light-gray: #F3F2EF;
  --theme-dark-gray: #1A0030;
  --theme-gray: #AAA9AA;
  --theme-black: #1E3C4D;
  --theme-white: #ffffff;
  --theme-green: #229911; }
