@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
 :root { --page-background-color: #ffffff;
--content-background-color: rgba(255, 255, 255, 0);
--text-color: #3c474c;
--primary-color: #95aadb;
--secondary-color: rgb(152,219,248);
--p-font-family: Montserrat, sans-serif;
--p-font-size: 16px;
--p-font-weight: undefined;
--p-font-style: normal;
--p-line-height: 120%;
--p-text-transform: none;
--p-letter-spacing: NaNpx;
--h1-font-family: Montserrat, sans-serif;
--h1-font-size: 40px;
--h1-font-weight: 700;
--h1-font-style: italic;
--h1-line-height: 110%;
--h1-text-transform: none;
--h1-letter-spacing: NaNpx;
--h2-font-family: Montserrat, sans-serif;
--h2-font-size: 34px;
--h2-font-weight: 700;
--h2-font-style: italic;
--h2-line-height: 110%;
--h2-text-transform: none;
--h2-letter-spacing: NaNpx;
--h3-font-family: Montserrat, sans-serif;
--h3-font-size: 30px;
--h3-font-weight: 700;
--h3-font-style: normal;
--h3-line-height: 110%;
--h3-text-transform: none;
--h3-letter-spacing: NaNpx;
--h4-font-family: Montserrat, sans-serif;
--h4-font-size: 18px;
--h4-font-weight: 700;
--h4-font-style: normal;
--h4-line-height: 120%;
--h4-text-transform: none;
--h4-letter-spacing: NaNpx;
--pre-font-family: Montserrat, sans-serif;
--pre-font-size: NaNpx;
--pre-font-weight: normal;
--pre-font-style: normal;
--pre-line-height: NaN%;
--pre-text-transform: none;
--pre-letter-spacing: NaNpx;
--button-font-family: Montserrat, sans-serif;
--button-font-size: 16px;
--button-font-weight: normal;
--button-font-style: normal;
--button-line-height: 140%;
--button-text-transform: none;
--button-letter-spacing: NaNpx;
--primary-button-border-radius: 50px;
--primary-button-border-style: solid;
--primary-button-border-width: 0px;
--primary-button-border-color: #5eb762;
--primary-button-color: rgb(255,255,255);
--primary-button-background: #5eb762;
--primary-button-font-size: 16px;
--primary-button-font-weight: normal;
--primary-button-font-style: normal;
--primary-button-font-family: Montserrat, sans-serif;
--primary-button-line-height: 140%;
--primary-button-text-transform: none;
--primary-button-letter-spacing: NaNpx;
--secondary-button-border-radius: 50px;
--secondary-button-border-style: solid;
--secondary-button-border-width: 0px;
--secondary-button-border-color: rgb(152,219,248);
--secondary-button-color: #ffffff;
--secondary-button-background: #5eb762;
--secondary-button-font-size: 16px;
--secondary-button-font-weight: normal;
--secondary-button-font-style: normal;
--secondary-button-font-family: Montserrat, sans-serif;
--secondary-button-line-height: 140%;
--secondary-button-text-transform: none;
--secondary-button-letter-spacing: NaNpx;
 }