:root {
  --purple: rgba(177, 144, 182, 1);
  --text-color: rgba(35, 35, 35, 1);
  --mustard-green: rgba(40, 167, 69, 1);
  --black: rgba(13, 11, 39, 1);

  --h1-bold-font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  --h1-bold-font-weight: 500;
  --h1-bold-font-size: 61px;
  --h1-bold-letter-spacing: 0px;
  --h1-bold-line-height: 120%;
  --h1-bold-font-style: normal;

  --h-2-font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  --h-2-font-weight: 400;
  --h-2-font-size: 49px;
  --h-2-line-height: 120%;
  --h-2-font-style: normal;

  --h-3-font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  --h-3-font-weight: 400;
  --h-3-font-size: 39px;
  --h-3-line-height: 120%;
  --h-3-font-style: normal;

  --h-4-font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  --h-4-font-weight: 400;
  --h-4-font-size: 31px;
  --h-4-line-height: 147%;
  --h-4-font-style: normal;

  --h-6-font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  --h-6-font-weight: 400;
  --h-6-font-size: 20px;
  --h-6-line-height: 120%;
  --h-6-font-style: normal;

  --body1-reg-font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  --body1-reg-font-weight: 500;
  --body1-reg-font-size: 16px;
  --body1-reg-line-height: 142%;
  --body1-reg-font-style: normal;

  --body1-bold-font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  --body1-bold-font-weight: 700;
  --body1-bold-font-size: 16px;
  --body1-bold-line-height: 120%;
  --body1-bold-font-style: normal;

  --captions-captionreg-font-family: "PP Pangram Sans Rounded", Helvetica,
    sans-serif;
  --captions-captionreg-font-weight: 400;
  --captions-captionreg-font-size: 11.11px;
  --captions-captionreg-line-height: normal;
  --captions-captionreg-font-style: normal;

  --drop-shadow: 0px 4px 21.3px 0px rgba(79, 79, 79, 0.25);
}
