:root {
    --white: rgba(255, 255, 255, 1);
    --white-color: rgba(255, 255, 255, 1);
    --primaryprimary-800: rgba(1, 92, 97, 1);
    --primaryprimary-400: rgba(170, 216, 218, 1);
    --primaryprimary-500: rgba(132, 197, 200, 1);
    --secondarysecondary-700: rgba(255, 155, 41, 1);
    --black: rgba(12, 12, 12, 1);
    --primaryprimary-700: rgba(4, 97, 103, 1);
    --graygray-200: rgba(216, 225, 237, 1);
    --graygray-300: rgba(187, 201, 223, 1);
    --background: rgba(247, 254, 255, 1);
    --primaryprimary-300: rgba(198, 230, 231, 1);
    --white-1: rgba(255, 255, 255, 1);
    --primaryprimary-600: rgba(86, 173, 178, 1);
    --purple: rgba(160, 100, 188, 1);
    --secondarysecondary-300: rgba(255, 230, 201, 1);
    --primaryprimary-200: rgba(217, 240, 241, 1);
    --graygray-500: rgba(101, 134, 182, 1);
    --primaryprimary-100: rgba(230, 247, 248, 1);
    --secondarysecondary-600: rgba(255, 178, 91, 1);
    --primaryprimary-50: rgba(245, 254, 255, 1);
    --h2-font-family: "Montserrat", Helvetica;
    --h2-font-weight: 700;
    --h2-font-size: 2.444rem; /* 44px / 18 */
    --h2-letter-spacing: 0px;
    --h2-line-height: normal;
    --h2-font-style: normal;
    --h6-font-family: "Montserrat", Helvetica;
    --h6-font-weight: 500;
    --h6-font-size: 1.111rem; /* 20px / 18 */
    --h6-letter-spacing: 0px;
    --h6-line-height: normal;
    --h6-font-style: normal;
    --body-2-font-family: "Montserrat", Helvetica;
    --body-2-font-weight: 500;
    --body-2-font-size: 0.889rem; /* 16px / 18 */
    --body-2-letter-spacing: 0px;
    --body-2-line-height: normal;
    --body-2-font-style: normal;
    --body-1-font-family: "Montserrat", Helvetica;
    --body-1-font-weight: 700;
    --body-1-font-size: 0.889rem; /* 16px / 18 */
    --body-1-letter-spacing: 0px;
    --body-1-line-height: normal;
    --body-1-font-style: normal;
    --h3-font-family: "Montserrat", Helvetica;
    --h3-font-weight: 700;
    --h3-font-size: 1.778rem; /* 32px / 18 */
    --h3-letter-spacing: 0px;
    --h3-line-height: normal;
    --h3-font-style: normal;
    --h5-font-family: "Montserrat", Helvetica;
    --h5-font-weight: 700;
    --h5-font-size: 1.333rem; /* 24px / 18 */
    --h5-letter-spacing: 0px;
    --h5-line-height: normal;
    --h5-font-style: normal;
    --subtitle-font-family: "Montserrat", Helvetica;
    --subtitle-font-weight: 700;
    --subtitle-font-size: 1.111rem; /* 20px / 18 */
    --subtitle-letter-spacing: 0px;
    --subtitle-line-height: normal;
    --subtitle-font-style: normal;
    --caption-1-font-family: "Montserrat", Helvetica;
    --caption-1-font-weight: 500;
    --caption-1-font-size: 0.778rem; /* 14px / 18 */
    --caption-1-letter-spacing: 0px;
    --caption-1-line-height: normal;
    --caption-1-font-style: normal;
    --h1-font-family: "Montserrat", Helvetica;
    --h1-font-weight: 700;
    --h1-font-size: 3rem; /* 54px / 18 */
    --h1-letter-spacing: 0px;
    --h1-line-height: normal;
    --h1-font-style: normal;
}