:root {
  /* Interactive */
  --chatButton:#415eb3;
  --chatButtonHighlight:#5274d8;
  --navbarButton:#000000;
  --navbarButtonHighlight:hsl(0, 79%, 39%);
  --callToActionButton:#407e8f;
  --callToActionHighlight:#6da7b7;
  --offerCTA:#ffffff;
  --offerCTAAlternative:#3d6bf5;

  /* Background */
  --background: hsl(0, 0%, 100%);
  --offerBackground: rgba(157, 255, 230, 0.58);
  --modal-background: linear-gradient(90deg, rgb(16 14 14) 0%, rgb(23 18 18) 100%);
  --alternate-background: linear-gradient(0deg, rgb(51 105 107) 0%, rgba(38, 38, 38, 1) 100%);
  --alternate-background-flip: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(38,38,38,1) 100%);
  --light-background: linear-gradient(180deg, rgb(29 32 30) 0%, rgb(37 66 44) 100%);
  --alternate-light-background: linear-gradient(0deg, rgb(29 32 30) 0%, rgb(37 66 44) 100%);

  /* Text */
  --text: #4b4b4b;
  --alternate-text: #e4e4e4;
  --header-text:#5ace37;

  /* Other */
--background-color: #031119;
--default-color: rgba(255, 255, 255, 0.8);
--heading-color: #e0e9f2;
--accent-color: #e3a127;
--surface-color: #1b262c;
--contrast-color: #ffffff;

}
