:root {
  --green: rgba(66, 141, 57, 1);
  --dark-green: rgba(47, 97, 41, 1);
  --black: rgba(34, 34, 34, 1);
  --white: rgba(255, 255, 255, 1);
  --light-bg: rgba(242, 244, 255, 1);
  --newdark: rgba(53, 58, 71, 1);
  --newblue: rgba(30, 145, 214, 1);
  --newlight: rgba(241, 242, 246, 1);
  --newdark-blue: rgba(0, 95, 164, 1);
  --dtw-white: rgba(255, 255, 255, 1);
  --shades-white: rgba(255, 255, 255, 1);
  --core-light-blue: rgba(53, 119, 218, 1);
  --hero-font-family: "ProximaNova-Bold", Helvetica;
  --hero-font-weight: 700;
  --hero-font-size: 100px;
  --hero-letter-spacing: 0px;
  --hero-line-height: normal;
  --hero-font-style: normal;
  --h1-font-family: "ProximaNova-Bold", Helvetica;
  --h1-font-weight: 700;
  --h1-font-size: 64px;
  --h1-letter-spacing: 0px;
  --h1-line-height: normal;
  --h1-font-style: normal;
  --h2-font-family: "ProximaNova-Bold", Helvetica;
  --h2-font-weight: 700;
  --h2-font-size: 45px;
  --h2-letter-spacing: 0px;
  --h2-line-height: normal;
  --h2-font-style: normal;
  --h3-font-family: "ProximaNova-Bold", Helvetica;
  --h3-font-weight: 700;
  --h3-font-size: 32px;
  --h3-letter-spacing: 0px;
  --h3-line-height: normal;
  --h3-font-style: normal;
  --h4-font-family: "ProximaNova-Bold", Helvetica;
  --h4-font-weight: 700;
  --h4-font-size: 24px;
  --h4-letter-spacing: 0px;
  --h4-line-height: normal;
  --h4-font-style: normal;
  --body-large-font-family: "ProximaNova-Regular", Helvetica;
  --body-large-font-weight: 400;
  --body-large-font-size: 18px;
  --body-large-letter-spacing: 0px;
  --body-large-line-height: 150%;
  --body-large-font-style: normal;
  --body-font-family: "ProximaNova-Regular", Helvetica;
  --body-font-weight: 400;
  --body-font-size: 16px;
  --body-letter-spacing: 0px;
  --body-line-height: 150%;
  --body-font-style: normal;
  --body-small-font-family: "ProximaNova-Regular", Helvetica;
  --body-small-font-weight: 400;
  --body-small-font-size: 14px;
  --body-small-letter-spacing: 0px;
  --body-small-line-height: 150%;
  --body-small-font-style: normal;
  --CTA-font-family: "Gotham-Bold", Helvetica;
  --CTA-font-weight: 700;
  --CTA-font-size: 16px;
  --CTA-letter-spacing: 0px;
  --CTA-line-height: 125%;
  --CTA-font-style: normal;
  --drop: 20px 20px 0px 0px rgba(47, 97, 41, 1);
}
