:root {
  --neutral-50: rgba(249, 251, 253, 1);
  --neutral-700: rgba(209, 217, 226, 1);
  --neutral-900: rgba(124, 139, 157, 1);
  --blue-500: rgba(67, 126, 247, 1);
  --neutral-600: rgba(230, 233, 236, 1);
  --basewhite: rgba(255, 255, 255, 1);
  --primary-500: rgba(67, 126, 247, 1);
  --gray-650: rgba(39, 45, 55, 1);
  --danger-450: rgba(241, 81, 70, 1);
  --neutral-200: rgba(249, 249, 249, 1);
  --danger-500: rgba(240, 68, 56, 1);
  --primary-800: rgba(62, 103, 227, 1);
  --neutral-800: rgba(165, 172, 186, 1);
  --primary-150: rgba(177, 204, 251, 1);
  --danger-600: rgba(226, 52, 29, 1);
  --gray-100: rgba(73, 85, 109, 1);
  --primary-300: rgba(100, 142, 247, 1);
  --gray-600: rgba(44, 52, 68, 1);
  --gray-300: rgba(46, 53, 69, 1);
  --danger-300: rgba(254, 184, 174, 1);
  --primary-400: rgba(83, 144, 248, 1);
  --danger-400: rgba(253, 94, 73, 1);
  --neutral-300: rgba(247, 247, 248, 1);
  --gray-500: rgba(46, 54, 70, 1);
  --primary-25: rgba(245, 250, 255, 1);
  --danger-100: rgba(255, 242, 240, 1);
  --danger-700: rgba(176, 40, 23, 1);
  --neutral-500: rgba(239, 239, 241, 1);
  --gray-400: rgba(51, 59, 72, 1);
  --primary-200: rgba(174, 201, 254, 1);
  --danger-200: rgba(255, 219, 215, 1);
  --gray-200: rgba(56, 66, 85, 1);
  --text-button-semibold-small-font-family: "Inter-SemiBold", Helvetica;
  --text-button-semibold-small-font-weight: 600;
  --text-button-semibold-small-font-size: 14px;
  --text-button-semibold-small-letter-spacing: 0px;
  --text-button-semibold-small-line-height: 20px;
  --text-button-semibold-small-font-style: normal;
  --text-button-semibold-large-font-family: "Inter-SemiBold", Helvetica;
  --text-button-semibold-large-font-weight: 600;
  --text-button-semibold-large-font-size: 15px;
  --text-button-semibold-large-letter-spacing: 0px;
  --text-button-semibold-large-line-height: 22px;
  --text-button-semibold-large-font-style: normal;
  --shadow-XSM: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  --shadow-SM: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px -1px rgba(16, 24, 40, 0.1);

  /* DEMO PAGE */
  --flowkitpurple: rgba(123, 97, 255, 1);
  --flowkitcharcoal: rgba(34, 34, 34, 1);
  --flowkitred: rgba(252, 85, 85, 1);
  --flowkitgreen: rgba(41, 204, 106, 1);
  --flowkitblue: rgba(0, 153, 255, 1);
  --flowkitwhite: rgba(255, 255, 255, 1);
  --neutral-100: rgba(248, 249, 251, 1);
  --text-m-semi-bold-font-family: "Inter-SemiBold", Helvetica;
  --text-m-semi-bold-font-weight: 600;
  --text-m-semi-bold-font-size: 15px;
  --text-m-semi-bold-letter-spacing: -0.015000000223517418px;
  --text-m-semi-bold-line-height: 22px;
  --text-m-semi-bold-font-style: normal;
}
