:root {
  --red: rgba(22, 0, 140, 1);
  --black: rgba(32, 32, 35, 1);
  --grey: rgba(130, 131, 147, 1);
  --white: rgba(255, 255, 255, 1);
  --grey-2: rgba(249, 249, 249, 1);
  --grey-3: rgba(243, 244, 248, 1);
  --black-2: rgba(27, 43, 49, 1);
  --yellow: rgba(255, 167, 7, 1);
  --green: rgba(41, 167, 26, 1);
  --yellow-2: rgba(255, 247, 233, 1);
  --green-2: rgba(222, 242, 224, 1);
  --red-2: rgba(255, 211, 212, 1);
  --red-3: rgba(219, 66, 70, 1);
  --btn-grey-4: rgba(228, 228, 228, 1);
  --white-2: rgba(255, 255, 255, 0.1);
  --h1-font-family: "Manrope", Helvetica;
  --h1-font-weight: 700;
  --h1-font-size: 48px;
  --h1-letter-spacing: -0.48px;
  --h1-line-height: 120.00000476837158%;
  --h1-font-style: normal;
  --h2-font-family: "Manrope", Helvetica;
  --h2-font-weight: 700;
  --h2-font-size: 40px;
  --h2-letter-spacing: -0.4px;
  --h2-line-height: 120.00000476837158%;
  --h2-font-style: normal;
  --h-3-font-family: "Manrope", Helvetica;
  --h-3-font-weight: 700;
  --h-3-font-size: 32px;
  --h-3-letter-spacing: -0.32px;
  --h-3-line-height: 120.00000476837158%;
  --h-3-font-style: normal;
  --title-font-family: "Manrope", Helvetica;
  --title-font-weight: 700;
  --title-font-size: 24px;
  --title-letter-spacing: -0.24px;
  --title-line-height: 120.00000476837158%;
  --title-font-style: normal;
  --title-3-font-family: "Manrope", Helvetica;
  --title-3-font-weight: 700;
  --title-3-font-size: 20px;
  --title-3-letter-spacing: -0.2px;
  --title-3-line-height: 120.00000476837158%;
  --title-3-font-style: normal;
  --title-4-font-family: "Manrope", Helvetica;
  --title-4-font-weight: 700;
  --title-4-font-size: 20px;
  --title-4-letter-spacing: -0.2px;
  --title-4-line-height: 120.00000476837158%;
  --title-4-font-style: normal;
  --body-font-family: "Manrope", Helvetica;
  --body-font-weight: 500;
  --body-font-size: 16px;
  --body-letter-spacing: -0.16px;
  --body-line-height: 150%;
  --body-font-style: normal;
  --title-2-font-family: "Manrope", Helvetica;
  --title-2-font-weight: 500;
  --title-2-font-size: 24px;
  --title-2-letter-spacing: -0.24px;
  --title-2-line-height: 120.00000476837158%;
  --title-2-font-style: normal;
  --body-2-font-family: "Manrope", Helvetica;
  --body-2-font-weight: 700;
  --body-2-font-size: 16px;
  --body-2-letter-spacing: -0.16px;
  --body-2-line-height: 120.00000476837158%;
  --body-2-font-style: normal;
  --menu-font-family: "Manrope", Helvetica;
  --menu-font-weight: 400;
  --menu-font-size: 15px;
  --menu-letter-spacing: -0.15px;
  --menu-line-height: 150%;
  --menu-font-style: normal;
  --title-5-font-family: "Manrope", Helvetica;
  --title-5-font-weight: 500;
  --title-5-font-size: 20px;
  --title-5-letter-spacing: -0.2px;
  --title-5-line-height: 150%;
  --title-5-font-style: normal;
  --button-font-family: "Manrope", Helvetica;
  --button-font-weight: 700;
  --button-font-size: 16px;
  --button-letter-spacing: -0.16px;
  --button-line-height: 120.00000476837158%;
  --button-font-style: normal;
  --caption-font-family: "Manrope", Helvetica;
  --caption-font-weight: 500;
  --caption-font-size: 12px;
  --caption-letter-spacing: -0.12px;
  --caption-line-height: 120.00000476837158%;
  --caption-font-style: normal;
  --variable-collection-red: rgba(255, 107, 110, 1);
  --variable-collection-white: rgba(255, 255, 255, 1);
}
