:root {
  --white: rgba(255, 255, 255, 1);
  --neutral-800: rgba(28, 28, 28, 1);
  --neutral-25: rgba(248, 248, 248, 1);
  --neutral-400: rgba(91, 91, 91, 1);
  --primary-600: rgba(9, 180, 77, 1);
  --primary-100: rgba(230, 247, 237, 1);
  --primary-500: rgba(48, 191, 114, 1);
  --gray-900: rgba(16, 24, 40, 1);
  --gray-200: rgba(228, 231, 236, 1);
  --gray-100: rgba(242, 244, 247, 1);
  --neutral-100: rgba(191, 191, 191, 1);
  --primary-200: rgba(194, 239, 216, 1);
  --primary-400: rgba(97, 209, 149, 1);
  --text-md-semibold-font-family: "Open Sans", Helvetica;
  --text-md-semibold-font-weight: 600;
  --text-md-semibold-font-size: 16px;
  --text-md-semibold-letter-spacing: 0px;
  --text-md-semibold-line-height: 24px;
  --text-md-semibold-font-style: normal;
  --text-lg-semibold-font-family: "Open Sans", Helvetica;
  --text-lg-semibold-font-weight: 600;
  --text-lg-semibold-font-size: 18px;
  --text-lg-semibold-letter-spacing: 0px;
  --text-lg-semibold-line-height: 28px;
  --text-lg-semibold-font-style: normal;
  --display-md-semibold-font-family: "Open Sans", Helvetica;
  --display-md-semibold-font-weight: 600;
  --display-md-semibold-font-size: 36px;
  --display-md-semibold-letter-spacing: 0px;
  --display-md-semibold-line-height: 44px;
  --display-md-semibold-font-style: normal;
  --text-xl-regular-font-family: "Open Sans", Helvetica;
  --text-xl-regular-font-weight: 400;
  --text-xl-regular-font-size: 20px;
  --text-xl-regular-letter-spacing: 0px;
  --text-xl-regular-line-height: 30px;
  --text-xl-regular-font-style: normal;
  --display-xs-bold-font-family: "Open Sans", Helvetica;
  --display-xs-bold-font-weight: 700;
  --display-xs-bold-font-size: 24px;
  --display-xs-bold-letter-spacing: 0px;
  --display-xs-bold-line-height: 32px;
  --display-xs-bold-font-style: normal;
  --text-md-regular-font-family: "Open Sans", Helvetica;
  --text-md-regular-font-weight: 400;
  --text-md-regular-font-size: 16px;
  --text-md-regular-letter-spacing: 0px;
  --text-md-regular-line-height: 24px;
  --text-md-regular-font-style: normal;
  --text-xl-semibold-font-family: "Open Sans", Helvetica;
  --text-xl-semibold-font-weight: 600;
  --text-xl-semibold-font-size: 20px;
  --text-xl-semibold-letter-spacing: 0px;
  --text-xl-semibold-line-height: 30px;
  --text-xl-semibold-font-style: normal;
  --text-lg-regular-font-family: "Open Sans", Helvetica;
  --text-lg-regular-font-weight: 400;
  --text-lg-regular-font-size: 18px;
  --text-lg-regular-letter-spacing: 0px;
  --text-lg-regular-line-height: 28px;
  --text-lg-regular-font-style: normal;
  --shadow-3xl: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
  --shadow-xs: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
