:root {
  --5xl-bold-font-family: "Roboto", Helvetica;
  --5xl-bold-font-weight: 700;
  --5xl-bold-font-size: 48px;
  --5xl-bold-letter-spacing: 0px;
  --5xl-bold-line-height: 48px;
  --5xl-bold-font-style: normal;
  --base-normal-font-family: "Roboto", Helvetica;
  --base-normal-font-weight: 400;
  --base-normal-font-size: 16px;
  --base-normal-letter-spacing: 0px;
  --base-normal-line-height: 24px;
  --base-normal-font-style: normal;
  --text-md-regular-font-family: "Inter", Helvetica;
  --text-md-regular-font-weight: 400;
  --text-md-regular-font-size: 16px;
  --text-md-regular-letter-spacing: 0px;
  --text-md-regular-line-height: 24px;
  --text-md-regular-font-style: normal;
  --6xl-bold-font-family: "Roboto", Helvetica;
  --6xl-bold-font-weight: 700;
  --6xl-bold-font-size: 60px;
  --6xl-bold-letter-spacing: 0px;
  --6xl-bold-line-height: 60px;
  --6xl-bold-font-style: normal;
  --lg-normal-font-family: "Roboto", Helvetica;
  --lg-normal-font-weight: 400;
  --lg-normal-font-size: 18px;
  --lg-normal-letter-spacing: 0px;
  --lg-normal-line-height: 28px;
  --lg-normal-font-style: normal;
  --xl-bold-font-family: "Roboto", Helvetica;
  --xl-bold-font-weight: 700;
  --xl-bold-font-size: 20px;
  --xl-bold-letter-spacing: 0px;
  --xl-bold-line-height: 32px;
  --xl-bold-font-style: normal;
  --text-md-semibold-font-family: "Inter", Helvetica;
  --text-md-semibold-font-weight: 600;
  --text-md-semibold-font-size: 16px;
  --text-md-semibold-letter-spacing: 0px;
  --text-md-semibold-line-height: 24px;
  --text-md-semibold-font-style: normal;
  --display-xs-semibold-font-family: "Inter", Helvetica;
  --display-xs-semibold-font-weight: 600;
  --display-xs-semibold-font-size: 24px;
  --display-xs-semibold-letter-spacing: 0px;
  --display-xs-semibold-line-height: 32px;
  --display-xs-semibold-font-style: normal;
  --text-md-light-font-family: "Inter", Helvetica;
  --text-md-light-font-weight: 300;
  --text-md-light-font-size: 16px;
  --text-md-light-letter-spacing: 0px;
  --text-md-light-line-height: 24px;
  --text-md-light-font-style: normal;
  --text-xs-medium-font-family: "Inter", Helvetica;
  --text-xs-medium-font-weight: 500;
  --text-xs-medium-font-size: 12px;
  --text-xs-medium-letter-spacing: 0px;
  --text-xs-medium-line-height: 18px;
  --text-xs-medium-font-style: normal;
  --layout-breakpoint-sm: 640px;
  --layout-breakpoint-xl: 1280px;
  --layout-breakpoint-lg: 1024px;
  --color-palette-base-black: rgba(0, 0, 0, 1);
  --color-palette-gray-100: rgba(238, 242, 246, 1);
  --colors-base-black: rgba(0, 0, 0, 1);
  --colors-primary-600: rgba(21, 112, 239, 1);
  --colors-base-white: rgba(255, 255, 255, 1);
  --colors-gray-200: rgba(227, 232, 239, 1);
  --colors-primary-700: rgba(23, 92, 211, 1);
  --colors-primary-50: rgba(239, 248, 255, 1);
  --colors-primary-200: rgba(178, 221, 255, 1);
}
