:root {
    --primary-green: rgba(46, 204, 113, 1);
    --primary-navy-blue: rgba(27, 42, 73, 1);
    --primary-orange: rgba(243, 156, 18, 1);
    --white: rgba(255, 255, 255, 1);
    --gray: rgba(107, 114, 128, 1);
    --light-secondary-background: rgba(243, 246, 253, 1);
    --light-navy-blue: rgba(105, 128, 174, 1);
    --text-color: rgba(17, 24, 39, 1);
    --primary-color: rgba(107, 114, 128, 1);
    --secondary-background-color: rgba(249, 250, 251, 1);
    --secondary-color: rgba(156, 163, 175, 1);
    --one-liner-semibold-font-family: 'Poppins', Helvetica;
    --one-liner-semibold-font-weight: 400;
    --one-liner-semibold-font-size: 14px;
    --one-liner-semibold-letter-spacing: 0px;
    --one-liner-semibold-line-height: 20px;
    --one-liner-semibold-font-style: normal;
    --screen-title-font-family: 'Montserrat', Helvetica;
    --screen-title-font-weight: 600;
    --screen-title-font-size: 36px;
    --screen-title-letter-spacing: 0px;
    --screen-title-line-height: 48px;
    --screen-title-font-style: normal;
    --section-inner-title-font-family: 'Poppins', Helvetica;
    --section-inner-title-font-weight: 400;
    --section-inner-title-font-size: 20px;
    --section-inner-title-letter-spacing: 0px;
    --section-inner-title-line-height: 28px;
    --section-inner-title-font-style: normal;
    --section-title-font-family: 'Poppins', Helvetica;
    --section-title-font-weight: 700;
    --section-title-font-size: 24px;
    --section-title-letter-spacing: 0px;
    --section-title-line-height: 32px;
    --section-title-font-style: normal;
    --button-text-font-family: 'Montserrat', Helvetica;
    --button-text-font-weight: 600;
    --button-text-font-size: 18px;
    --button-text-letter-spacing: 0px;
    --button-text-line-height: 28px;
    --button-text-font-style: normal;
    --hero-title-font-family: 'Montserrat', Helvetica;
    --hero-title-font-weight: 700;
    --hero-title-font-size: 60px;
    --hero-title-letter-spacing: 0px;
    --hero-title-line-height: 72px;
    --hero-title-font-style: normal;
    --body-font-family: 'Poppins', Helvetica;
    --body-font-weight: 400;
    --body-font-size: 16px;
    --body-letter-spacing: 0px;
    --body-line-height: 24px;
    --body-font-style: normal;
    --small-regular-font-family: 'Poppins', Helvetica;
    --small-regular-font-weight: 400;
    --small-regular-font-size: 12px;
    --small-regular-letter-spacing: 0px;
    --small-regular-line-height: 16px;
    --small-regular-font-style: normal;
    --collection-1-color: rgba(255, 255, 255, 1);
}

