:root {
  --theme-orange-0: #FF712C;
  --theme-orange: #E06224;
  --theme-orange-2: #A24417;
  --theme-yellow: #FED102;
  --theme-blue: #1E559F;
  --theme-dark-blue: #142F54;
  --theme-dark-blue-2: #0C1C33;
  --theme-light-gray: #F2F3F5;
  --theme-light-gray-2: #E5EBF5;
  --theme-light-gray-3: #D4DAE4;
  --theme-gray: #C2C8D1;
  --theme-dark-gray: #312F2F;
  --theme-dark-gray-2: #231F20;
  --theme-black: #000000;
  --theme-white: #ffffff; }
