:root {
  --accent-black-color: rgba(17, 17, 17, 1);
  --brand-color: rgba(249, 246, 237, 1);
  --brand-color-shade: rgba(237, 234, 225, 1);
  --brand-color-purple: #9238FF;/*9238FF*/
  --accent-color-purple: #624dff;
  --highlight-color-purple: #C99CFF;
  --h1-font-family: "Inter-Light", Helvetica;
  --h1-font-weight: 300;
  --h1-font-size: 66px;
  --h1-letter-spacing: -3.3px;
  --h1-line-height: 129.99999523162842%;
  --h1-font-style: normal;
  --h2-font-family: "Inter-SemiBold", Helvetica;
  --h2-font-weight: 600;
  --h2-font-size: 40px;
  --h2-letter-spacing: 0px;
  --h2-line-height: 129.99999523162842%;
  --h2-font-style: normal;
  --h3-font-family: "Inter-SemiBold", Helvetica;
  --h3-font-weight: 600;
  --h3-font-size: 32px;
  --h3-letter-spacing: 0px;
  --h3-line-height: 42px;
  --h3-font-style: normal;
  --h4-font-family: "Inter-SemiBold", Helvetica;
  --h4-font-weight: 600;
  --h4-font-size: 22px;
  --h4-letter-spacing: 0px;
  --h4-line-height: 150%;
  --h4-font-style: normal;
  --h5-font-family: "Inter-SemiBold", Helvetica;
  --h5-font-weight: 600;
  --h5-font-size: 14px;
  --h5-letter-spacing: 0px;
  --h5-line-height: normal;
  --h5-font-style: normal;
  --CTA-font-family: "Inter-SemiBold", Helvetica;
  --CTA-font-weight: 600;
  --CTA-font-size: 16px;
  --CTA-letter-spacing: 0px;
  --CTA-line-height: 150%;
  --CTA-font-style: normal;
  --large-body-font-family: "Inter-Light", Helvetica;
  --large-body-font-weight: 300;
  --large-body-font-size: 20px;
  --large-body-letter-spacing: 0px;
  --large-body-line-height: 30px;
  --large-body-font-style: normal;
  --body-font-family: "Inter-Light", Helvetica;
  --body-font-weight: 300;
  --body-font-size: 16px;
  --body-letter-spacing: 0px;
  --body-line-height: 25px;
  --body-font-style: normal;
}
