/* Figma Styles of your File */
:root {
  /* Colors */
  --body-text: #7a7a7a;
  --accent: #00b4d8;
  --secondary: #fdfdfd;
  --primary: #fe6b00;
  --primary-gradient: linear-gradient(
    180deg,
    rgba(254, 107, 0, 1) 0%,
    rgba(180, 76, 0, 1) 100%
  );
  --accent-gradient: linear-gradient(
    180deg,
    rgba(0, 180, 216, 1) 0%,
    rgba(0, 135, 162, 1) 100%
  );
  --hover-gradient: linear-gradient(
    125.4deg,
    rgba(255, 243, 233, 1) 0%,
    rgba(229, 251, 255, 1) 100%
  );
  --foundation-primary-primary-50: #fff0e6;
  --foundation-primary-primary-100: #ffd1b0;
  --foundation-primary-primary-200: #ffbb8a;
  --foundation-primary-primary-300: #fe9c54;
  --foundation-primary-primary-400: #fe8933;
  --foundation-primary-primary-500: #fe6b00;
  --foundation-primary-primary-600: #e76100;
  --foundation-primary-primary-700: #b44c00;
  --foundation-primary-primary-800: #8c3b00;
  --foundation-primary-primary-900: #6b2d00;
  --foundation-secondary-secondary-50: #ffffff;
  --foundation-secondary-secondary-100: #fefefe;
  --foundation-secondary-secondary-200: #fefefe;
  --foundation-secondary-secondary-300: #fefefe;
  --foundation-secondary-secondary-400: #fdfdfd;
  --foundation-secondary-secondary-500: #fdfdfd;
  --foundation-secondary-secondary-600: #e6e6e6;
  --foundation-secondary-secondary-700: #b4b4b4;
  --foundation-secondary-secondary-800: #8b8b8b;
  --foundation-secondary-secondary-900: #6a6a6a;
  --foundation-accent-light: #e6f8fb;
  --foundation-accent-light-hover: #d9f4f9;
  --foundation-accent-light-active: #b0e8f3;
  --foundation-accent-normal: #00b4d8;
  --foundation-accent-normal-hover: #00a2c2;
  --foundation-accent-normal-active: #0090ad;
  --foundation-accent-dark: #0087a2;
  --foundation-accent-dark-hover: #006c82;
  --foundation-accent-dark-active: #005161;
  --foundation-accent-darker: #003f4c;

  /* Fonts */
  --display-large-font-family: Poppins-Bold, sans-serif;
  --display-large-font-size: 57px;
  --display-large-line-height: 64px;
  --display-large-font-weight: 700;
  --display-large-font-style: normal;
  --display-medium-font-family: Poppins-Bold, sans-serif;
  --display-medium-font-size: 40px;
  --display-medium-line-height: 50px;
  --display-medium-font-weight: 700;
  --display-medium-font-style: normal;
  --display-small-font-family: Poppins-Regular, sans-serif;
  --display-small-font-size: 36px;
  --display-small-line-height: 44px;
  --display-small-font-weight: 400;
  --display-small-font-style: normal;
  --headline-large-font-family: Poppins-Bold, sans-serif;
  --headline-large-font-size: 32px;
  --headline-large-line-height: 40px;
  --headline-large-font-weight: 700;
  --headline-large-font-style: normal;
  --headline-medium-font-family: Poppins-SemiBold, sans-serif;
  --headline-medium-font-size: 28px;
  --headline-medium-line-height: 36px;
  --headline-medium-font-weight: 600;
  --headline-medium-font-style: normal;
  --headline-small-font-family: Poppins-Regular, sans-serif;
  --headline-small-font-size: 24px;
  --headline-small-line-height: 32px;
  --headline-small-font-weight: 400;
  --headline-small-font-style: normal;
  --title-large-font-family: Poppins-Medium, sans-serif;
  --title-large-font-size: 18px;
  --title-large-line-height: 30px;
  --title-large-font-weight: 500;
  --title-large-font-style: normal;
  --title-medium-font-family: Poppins-SemiBold, sans-serif;
  --title-medium-font-size: 16px;
  --title-medium-line-height: normal;
  --title-medium-font-weight: 600;
  --title-medium-font-style: normal;
  --title-small-font-family: Poppins-Medium, sans-serif;
  --title-small-font-size: 14px;
  --title-small-line-height: 18px;
  --title-small-font-weight: 500;
  --title-small-font-style: normal;
  --label-large-font-family: DmSans-SemiBold, sans-serif;
  --label-large-font-size: 14px;
  --label-large-line-height: 20px;
  --label-large-font-weight: 600;
  --label-large-font-style: normal;
  --label-small-font-family: DmSans-Regular, sans-serif;
  --label-small-font-size: 12px;
  --label-small-line-height: normal;
  --label-small-font-weight: 400;
  --label-small-font-style: normal;
  --body-large-font-family: DmSans-SemiBold, sans-serif;
  --body-large-font-size: 16px;
  --body-large-line-height: 24px;
  --body-large-font-weight: 600;
  --body-large-font-style: normal;
  --body-medium-font-family: DmSans-Medium, sans-serif;
  --body-medium-font-size: 14px;
  --body-medium-line-height: 20px;
  --body-medium-font-weight: 500;
  --body-medium-font-style: normal;
  --body-small-font-family: DmSans-9PtRegular, sans-serif;
  --body-small-font-size: 12px;
  --body-small-line-height: normal;
  --body-small-font-weight: 400;
  --body-small-font-style: normal;
  --body-regular-font-family: DmSans-Regular, sans-serif;
  --body-regular-font-size: 16px;
  --body-regular-line-height: 24px;
  --body-regular-font-weight: 400;
  --body-regular-font-style: normal;

  /* Effects */
}
/* Figma Color Variables of your File */
