:export {
  background: #E9EBEE;
  border: #c1c1c1;
  disabled: #989898;
  divider: #e6e6e6;
  mailboxConversationBackground: #c1c1c1;
  mailboxOtherMessageBackground: #f8f8f8;
  mailboxOwnMessageBackground: #99CCE5;
  negative: #CC1515;
  primary: #0072A3;
  surface: #fff;
  text: #323232;
  textInputUnderline: #c1c1c1;
  textLight: #fff;
  textPrimary: #0072A3;
  textSoft: #737373;
  sendButtonColor: #67656B;
}

:root {
  --color-primary: #0072A3;
  --color-primary-tint-1: #0E82B6;
  --color-primary-tint-2: #2B93CA;
  --color-primary-2-tint-1: #1EAEDE;
  --color-primary-2: #00A2D8;
  --color-gray-tint-0: #E9EBEE;
  --color-gray-tint-4: #e6e6e6;
  --color-black: #323232;
  --border-radius: 4px;
  --container-max-width-desktop: 1144px;
  --content-box-shadow: rgba(0, 0, 0, 0.14) 0 0.625rem 0.625rem;
  --header-height: 56px;
}

/*# sourceMappingURL=/landing_page/variables.e03ad009.css.map */