:export {
  background: #EEF0F4;
  border: #c1c1c1;
  disabled: #989898;
  divider: #EEF0F4;
  mailboxOtherMessageBackground: #EEF0F4;
  mailboxOwnMessageBackground: #C4FFBF;
  negative: #D5382B;
  primary: #49B675;
  surface: #fff;
  text: #050505;
  textLight: #fff;
  textPrimary: #1F9922;
  textSoft: #323232;
  sendButtonColor: #67656B;
}

:root {
  --color-primary: #49B675;
  --color-primary-tint-1: #4BB24D;
  --color-primary-tint-2: #78C57A;
  --color-primary-2: #6EDA6C;
  --color-primary-3: #1BA6A0;
  --color-black: #323232;
  --color-white: #fff;
  --color-gray-tint-4: #e6e6e6;
}
