/* Figma Styles of your File */
:root {
  /* Colors */
  /* Fonts */
  --h1-font-family: Inter-Medium, sans-serif;
  --h1-font-size: 50px;
  --h1-line-height: normal;
  --h1-font-weight: 500;
  --h1-font-style: normal;
  --h2-font-family: Inter-Medium, sans-serif;
  --h2-font-size: 46px;
  --h2-line-height: normal;
  --h2-font-weight: 500;
  --h2-font-style: normal;
  --h3-font-family: Inter-Medium, sans-serif;
  --h3-font-size: 40px;
  --h3-line-height: 150%;
  --h3-font-weight: 500;
  --h3-font-style: normal;
  --h4-font-family: Inter-MediumItalic, sans-serif;
  --h4-font-size: 34px;
  --h4-line-height: 150%;
  --h4-font-weight: 500;
  --h4-font-style: italic;
  --h5-font-family: Inter-Bold, sans-serif;
  --h5-font-size: 22px;
  --h5-line-height: normal;
  --h5-font-weight: 700;
  --h5-font-style: normal;
  --p-medium-font-family: Inter-Medium, sans-serif;
  --p-medium-font-size: 34px;
  --p-medium-line-height: 130%;
  --p-medium-font-weight: 500;
  --p-medium-font-style: normal;
  --p-regular-font-family: Inter-Regular, sans-serif;
  --p-regular-font-size: 20px;
  --p-regular-line-height: normal;
  --p-regular-font-weight: 400;
  --p-regular-font-style: normal;
  --p-big-font-family: Inter-Medium, sans-serif;
  --p-big-font-size: 96px;
  --p-big-line-height: 100%;
  --p-big-font-weight: 500;
  --p-big-font-style: normal;
  --p-bold-font-family: Inter-Bold, sans-serif;
  --p-bold-font-size: 32px;
  --p-bold-line-height: 150%;
  --p-bold-font-weight: 700;
  --p-bold-font-style: normal;
  --p-md-font-family: Inter-Medium, sans-serif;
  --p-md-font-size: 16px;
  --p-md-line-height: 150%;
  --p-md-font-weight: 500;
  --p-md-font-style: normal;

  /* Effects */
}
