/* Figma Styles of your File */:root {
  /* Colors */
  /* Fonts */
  --h1-page-title-font-family: Prompt-SemiBold, sans-serif;
  --h1-page-title-font-size: 24px;
  --h1-page-title-line-height: 34px;
  --h1-page-title-font-weight: 600;
  --h1-page-title-font-style: normal;
  --h2-section-title-font-family: Prompt-SemiBold, sans-serif;
  --h2-section-title-font-size: 18px;
  --h2-section-title-line-height: 26px;
  --h2-section-title-font-weight: 600;
  --h2-section-title-font-style: normal;
  --h3-sub-section-font-family: Prompt-Regular, sans-serif;
  --h3-sub-section-font-size: 16px;
  --h3-sub-section-line-height: 22px;
  --h3-sub-section-font-weight: 400;
  --h3-sub-section-font-style: normal;
  --body-text-font-family: Prompt-Regular, sans-serif;
  --body-text-font-size: 14px;
  --body-text-line-height: 20px;
  --body-text-font-weight: 400;
  --body-text-font-style: normal;
  --input-text-font-family: Prompt-Regular, sans-serif;
  --input-text-font-size: 14px;
  --input-text-line-height: 20px;
  --input-text-font-weight: 400;
  --input-text-font-style: normal;
  --label-font-family: Prompt-Medium, sans-serif;
  --label-font-size: 13px;
  --label-line-height: 18px;
  --label-font-weight: 500;
  --label-font-style: normal;
  --table-header-font-family: Prompt-Medium, sans-serif;
  --table-header-font-size: 13px;
  --table-header-line-height: 18px;
  --table-header-font-weight: 500;
  --table-header-font-style: normal;
  --table-content-font-family: Prompt-Regular, sans-serif;
  --table-content-font-size: 14px;
  --table-content-line-height: 20px;
  --table-content-font-weight: 400;
  --table-content-font-style: normal;
  --numbers-font-family: Prompt-Medium, sans-serif;
  --numbers-font-size: 14px;
  --numbers-line-height: 20px;
  --numbers-font-weight: 500;
  --numbers-font-style: normal;
  --buttons-font-family: Prompt-Medium, sans-serif;
  --buttons-font-size: 14px;
  --buttons-line-height: 20px;
  --buttons-font-weight: 500;
  --buttons-font-style: normal;
  --grand-total-font-family: Prompt-Bold, sans-serif;
  --grand-total-font-size: 16px;
  --grand-total-line-height: 22px;
  --grand-total-font-weight: 700;
  --grand-total-font-style: normal;
  --status-tags-font-family: Prompt-Medium, sans-serif;
  --status-tags-font-size: 12px;
  --status-tags-line-height: 18px;
  --status-tags-font-weight: 500;
  --status-tags-font-style: normal;
  --helper-text-font-family: Prompt-Regular, sans-serif;
  --helper-text-font-size: 12px;
  --helper-text-line-height: 18px;
  --helper-text-font-weight: 400;
  --helper-text-font-style: normal;

  /* Effects */
  --drop-shadow-box-shadow:  4px 4px 15px 0px rgba(0, 0, 0, 0.05);
}
/* Figma Color Variables of your File */:root, [data-color-style-token-mode=mode-1] {
  /* mode-1 */
  --main-palette-primary-08b0c9: #08b0c9;
  --main-palette-primary-hover-008c9e: #008c9e;
  --main-palette-primary-light-1-73d7e5: #73d7e5;
  --main-palette-primary-light-2-ceedf2: #ceedf2;
  --main-palette-secondary-263238: #263238;
  --main-palette-surface-f4f5fa: #f0f4f8;
  --main-palette-white-ffffff: #ffffff;
  --status-colors-pending-ff9800: #ff9800;
  --status-colors-pending-light-ffdba6: #ffdba6;
  --status-colors-success-00c853: #00c853;
  --status-colors-success-light-cef2dd: #cef2dd;
  --status-colors-error-e53935: #e53935;
  --status-colors-error-light-ffdad9: #ffdad9;
  --status-colors-draft-90a4ae: #90a4ae;
  --typography-colors-headings-263238: #263238;
  --typography-colors-body-text-37474f: #37474f;
  --typography-colors-disabled-placeholder-b0bec5: #b0bec5;
  --status-colors-draft-light-cfd8dc: #cfd8dc;
  --typography-colors-label-546e7a: #546e7a;
}

