:root {
  --gray-100: rgba(250, 250, 251, 1);
  --brandprimary: rgba(89, 86, 233, 1);
  --gray-700: rgba(51, 63, 77, 1);
  --white: rgba(255, 255, 255, 1);
  --gray-800: rgba(117, 116, 116, 1);
  --gray-900: rgba(31, 36, 44, 1);
  --button-font-family: "DM Sans", Helvetica;
  --button-font-weight: 700;
  --button-font-size: 20px;
  --button-letter-spacing: 0px;
  --button-line-height: normal;
  --button-font-style: normal;
  --body-m-font-family: "DM Sans", Helvetica;
  --body-m-font-weight: 400;
  --body-m-font-size: 18px;
  --body-m-letter-spacing: 0px;
  --body-m-line-height: 32px;
  --body-m-font-style: normal;
  --shadow: 0px 30px 80px 0px rgba(14, 100, 215, 0.04);
}
