/* Figma Styles of your File */
:root {
  /* Colors */
  --orange: #FF7900;
  --blue: #0177CC;
  --text-color: #3D3E40;
  /* Fonts */
  --h4-heading-font-family: Inter-Bold, sans-serif;
  --h4-heading-font-size: 20px;
  --h4-heading-line-height: normal;
  --h4-heading-font-weight: 700;
  --h4-heading-font-style: normal;
  --h2-heading-font-family: Inter-Bold, sans-serif;
  --h2-heading-font-size: 36px;
  --h2-heading-line-height: normal;
  --h2-heading-font-weight: 700;
  --h2-heading-font-style: normal;
  --text-1-font-family: Inter-Regular, sans-serif;
  --text-1-font-size: 16px;
  --text-1-line-height: 130%;
  --text-1-font-weight: 400;
  --text-1-font-style: normal;
  --text-2-font-family: Inter-Regular, sans-serif;
  --text-2-font-size: 14px;
  --text-2-line-height: normal;
  --text-2-font-weight: 400;
  --text-2-font-style: normal;

  /* Effects */
}
