:root {
  --font-family: "Lexend Deca", sans-serif;
  /* Colors Waseem Update here*/

  /* rajnish add var */
  --colors-text-text-menu: #165A93;
  --primary-blue: #1b71b8;
  --component-colors-components-buttons-primary-button-primary-bg-hover: #1263a6;
  --component-colors-components-buttons-primary-button-dangor-bg: #d92d20;
  --component-colors-components-buttons-primary-button-dangor-bg-hover: #c02419;
  /* rajnish add var end*/

  --colors-text-text-primary-900: #082237;
  --colors-text-text-tertiary-600: #475467;
  --text-brand-primary-900: #0b2d4a;
  --colors-text-text-error-primary-600: #d92d20;
  --colors-text-text-placeholder: #667085;
  --text-brand-secondary-700: #165a93;
  --component-colors-components-buttons-tertiary-color-button-tertiary-color-fg: #165a93;
  --colors-text-text-white: #fff;
  --colors-background-bg-primary: #fff;
  --component-color: #d92d20;
  --foreground-component-color: #17b26a;
  --colors-text-text-secondary-700: #344054;
  --border-color-primary: #d0d5dd;
  --placeholder-text-color: #667085;
  --colors-border-border-secondary: #eaecf0;
  --colors-border-border-error: #fda29b;
  --component-colors-utility-error-utility-error-200: #fecdca;
  --component-colors-utility-error-utility-error-50: #fef3f2;
  --component-colors-utility-error-utility-error-700: #b42318;
  --component-colors-utility-success-utility-success-200: #abefc6;
  --component-colors-utility-success-utility-success-50: #ecfdf3;
  --component-colors-utility-success-utility-success-700: #067647;
  --component-colors-components-buttons-primary-button-primary-bg: #1b71b8;
  --component-colors-components-buttons-primary-button-primary-border: #1b71b8;
  --component-colors-components-buttons-secondary-button-secondary-bg-hover:#F9FAFB;
  --colors-background-bg-brand-secondary: #d1e3f1;
  --component-colors-utility-brand-utility-brand-50: #e8f1f8;
  --component-colors-utility-success-utility-error-50: #fef3f2;
  --component-colors-utility-brand-utility-brand-200: #bbd4ea;
  --component-colors-components-application-navigation-nav-item-bg-active:#E8F1F8;
  --colors-background-bg-tertiary: #f2f4f7;
  --color-lab-copy: #244367;
  --colors-background-bg-brand-section: #244367;
  --colors-background-bg-secondary: #f9fafb;
  --colors-border-border-brand: #8db8dc;
  --colors-background-bg-active: #f9fafb;
  --color-success-primary: #079455;
  --component-colors-utility-warning-utility-warning-100: #FEF0C7;
  /* Fonts */
  --typography-text-2xs-medium: 500 12px/18px var(--font-family);
  --typography-text-2xs-regular: 400 12px/18px var(--font-family);
  --typography-text-s-regular: 400 14px/20px var(--font-family);
  --typography-text-s-medium: 500 14px/20px var(--font-family);
  --typography-text-s-semibold: 600 14px/20px var(--font-family);
  --typography-text-s-bold: 700 14px/20px var(--font-family);
  --typography-text-m-regular: 400 16px/24px var(--font-family);
  --typography-text-m-medium: 500 16px/24px var(--font-family);
  --typography-text-m-semibold: 600 16px/24px var(--font-family);
  --typography-text-ml-medium: 500 20px/30px var(--font-family);
  --typography-text-ml-semibold: 600 20px/30px var(--font-family);
  --typography-text-ml-regular: 400 20px/30px var(--font-family);
  --typography-text-xs-medium: 500 14px/20px var(--font-family);
  --typography-text-xs-regular: 400 14px/20px var(--font-family);
  --typography-text-lg-regular: 400 18px/28px var(--font-family);
  --typography-text-lg-medium: 500 18px/28px var(--font-family);
  --typography-text-lg-semibold: 600 18px/28px var(--font-family);
  --typography-body-ml-medium: 500 18px/28px var(--font-family);
  --typography-heading-landing-semibold: 600 30px/38px var(--font-family);

  /*SPacing gap radius */
  --spacing-none: 0px;
  --spacing-xs: 4px;
  --spacing-sm: 6px;
  --spacing-md: 8px;
  --spacing-md-lg: 8px 12px;
  --spacing-md-1lg: 8px 14px;
  --spacing-10lg: 10px;
  --spacing-lg: 12px;
  --spacing-xl: 16px;
  --spacing-2xl: 20px;
  --spacing-3xl: 24px;
  --spacing-4xl: 32px;
  --spacing-5xl: 40px;
  --spacing-6xl: 48px;
  --spacing-7xl: 64px;
  --spacing-3xl-2: 24px 0px;
  --spacing-2xl-xl: 20px 15px;
  --spacing-xxs: 2px;
  --spacing-9xl: 96px;
  --spacing-10xl: 128px;

  /* gap variables*/
  --gp-space-xxs: 2px;
  --gp-space-sm: 6px;
  --gp-space-md: 8px;
  --gp-space-xs: 4px;
  --gp-space-lg: 12px;
  --gp-space-xl: 16px;
  --gp-space-2xl: 20px;
  --gp-space-3xl: 24px;
  --gp-space-4xl: 32px;
  --gp-space-5xl: 40px;
  --gp-space-7xl: 64px;
  --gp-space-8xl: 80px;

  /* radius variables*/
  --radius-3xl: 20px;
  --radius-2xl: 16px;
  --radius-xl: 12px;
  --radius-lg: 10px;
  --radius-md: 8px;
  --radius-sm: 6px;
  --radius-xs: 6px;
  --radius-none: 0px;
  --radius-full: 9999px;

  /* width*/
  --width-2xl: 1024px;
  --width-3xl: 1200px;
}
