:root {
  --baseWhite: #ffffff;

  /* NEW TOKENS FROM FIGMA */

  /* Text */
  --text-primary: #141415;
  --text-secondary: #000000a3;
  --text-tertiary: #2d2f3380;
  --text-placeholder: #2d2f3359;
  --text-disabled: #2d2f3340;
  --text-brand: #c01048;
  --text-in-button: #ffffff;
  --text-primary-inverse: #fcfcfd;
  --text-secondary-inverse: #d7d9dba3;
  --text-tertiary-inverse: #d7d9db80;
  --text-disabled-inverse: #d7d9db66;
  --text-brand-inverse: #c01048;

  /* Icon */
  --icon-primary: #141415;
  --icon-secondary: #2d2f33b8;
  --icon-tertiary: #2d2f3380;
  --icon-disabled: #2d2f332b;
  --icon-brand: #c01048;
  --icon-in-button: #ffffff;
  --icon-primary-inverse: #fcfcfd;
  --icon-secondary-inverse: #d7d9dba3;
  --icon-tertiary-inverse: #d7d9db80;
  --icon-disabled-inverse: #d7d9db66;
  --icon-brand-inverse: #c01048;

  /* Stroke */
  --stroke-primary: #2d2f332b;
  --stroke-secondary: #2d2f3324;
  --stroke-tertiary: #2d2f331a;
  --stroke-quaternary: #2d2f330f;
  --stroke-strong: #000000;
  --stroke-brand: #c01048;
  --stroke-brand-subtle: #ff6384;
  --stroke-primary-inverse: #d7d9db52;
  --stroke-secondary-inverse: #d7d9db2e;
  --stroke-tertiary-inverse: #d7d9db24;
  --stroke-quaternary-inverse: #d7d9db1a;
  --stroke-brand-inverse: #c01048;
  --stroke-brand-subtle-inverse: #ff6384;

  /* Bg */
  --bg-base: #000000;
  --bg-base-stable: #ffffff;
  --bg-content: #ffffff;
  --bg-base-inverse: #000000;
  --bg-base-stable-inverse: #000000;
  --bg-content-inverse: #000000;
  --background-bg-primary: #ffffff;

  /* Surface */
  --surface-transparent-1: #0000010a;
  --surface-transparent-2: #0000010f;
  --surface-transparent-3: #0000011a;
  --surface-transparent-4: #00000140;
  --surface-transparent-5: #00000159;
  --surface-transparent-6: #00000180;
  --surface-transparent-7: #000001a3;
  --surface-transparent-8: #000001cc;
  --surface-transparent-9: #000001eb;
  --surface-transparent-1-inverse: #d7d9db12;
  --surface-transparent-2-inverse: #d7d9db1a;
  --surface-transparent-3-inverse: #d7d9db24;
  --surface-transparent-4-inverse: #d7d9db52;
  --surface-transparent-5-inverse: #d7d9db66;
  --surface-transparent-6-inverse: #d7d9db80;
  --surface-transparent-7-inverse: #d7d9dba3;
  --surface-transparent-8-inverse: #ffffffb8;
  --surface-transparent-9-inverse: #ffffffeb;

  /* Action */
  --action-brand: #e31b54;
  --action-brand-hover: #c01048;
  --action-primary: #000000;
  --action-primary-hover: #000000eb;
  --action-secondary: #d7d9db66;
  --action-secondary-hover: #d7d9db80;
  --action-secondary-transparent: #d7d9db66;
  --action-secondary-transparent-hover: #d7d9db80;
  --action-disabled: #d7d9db40;
  --action-brand-inverse: #e31b54;
  --action-brand-hover-inverse: #c01048;
  --action-primary-inverse: #ffffff;
  --action-primary-hover-inverse: #ffffffeb;
  --action-secondary-inverse: #dad4e5;
  --action-secondary-hover-inverse: #baafcf;
  --action-secondary-transparent-inverse: #d7d9db1a;
  --action-secondary-transparent-hover-inverse: #d7d9db24;
  --action-disabled-inverse: #d7d9db40;

  /* Navigation */
  --navigation-text-primary: #ffffff;
  --navigation-text-secondary: #ffffffa3;
  --navigation-text-tertiary: #d7d9db80;
  --navigation-text-in-button: #ffffff;
  --navigation-text-in-button-2: #ffffff;
  --navigation-text-brand: #c01048;
  --navigation-icon-primary: #ffffff;
  --navigation-icon-secondary: #d7d9dba3;
  --navigation-icon-tertiary: #d7d9db80;
  --navigation-icon-in-button: #ffffff;
  --navigation-icon-brand: #c01048;
  --navigation-stroke-primary: #d7d9db2e;
  --navigation-stroke-secondary: #d7d9db24;
  --navigation-stroke-tertiary: #d7d9db1a;
  --navigation-stroke-strong: #000000;
  --navigation-stroke-brand: #c01048;
  --navigation-stroke-brand-subtle: #ff6384;
  --navigation-action-brand: #e31b54;
  --navigation-action-brand-hover: #c01048;
  --navigation-action-primary: #000000;
  --navigation-action-primary-hover: #ffffff;
  --navigation-surface: #ffffff1a;
  --navigation-surface-2: #ffffff24;
  --navigation-bg: #000000;
  --navigation-bg-2: #ffffff;

  /* System */
  --system-success: #388b66;
  --system-success-hover: #287d5a;
  --system-warning: #d4a541;
  --system-warning-hover: #7c6123;
  --system-warning-bright: #7c6123;
  --system-error: #f63d68;
  --system-error-hover: #e31b54;
  --system-error-light: #ff6384;
  --system-error-subtle: #e31b541a;
  --system-error-medium: #e31b542b;
  --system-warning-subtle: #fa86551f;
  --system-warning-medium: #fa86552b;
  --system-success-subtle: #0676471a;
  --system-success-medium: #0676472b;
  --system-neutral-1-subtle: #5759b81a;
  --system-neutral-1-medium: #5759b840;
  --system-neutral-2-subtle: #d7d9db52;
  --system-neutral-2-medium: #d7d9db80;
  --system-link: #675688;
  --system-link-hover: #473b5e;
  --system-success-inverse: #388b66;
  --system-success-hover-inverse: #287d5a;
  --system-warning-inverse: #d4a541;
  --system-warning-hover-inverse: #7c6123;
  --system-warning-bright-inverse: #7c6123;
  --system-error-inverse: #f63d68;
  --system-error-hover-inverse: #e31b54;
  --system-error-light-inverse: #ff6384;
  --system-error-subtle-inverse: #e31b541a;
  --system-error-medium-inverse: #e31b542b;
  --system-warning-subtle-inverse: #fa86551f;
  --system-warning-medium-inverse: #fa86552b;
  --system-success-subtle-inverse: #0676471a;
  --system-success-medium-inverse: #0676472b;
  --system-neutral-1-subtle-inverse: #5759b81a;
  --system-neutral-1-medium-inverse: #5759b840;
  --system-neutral-2-subtle-inverse: #d7d9db52;
  --system-neutral-2-medium-inverse: #d7d9db80;
  --system-link-inverse: #675688;
  --system-link-hover-inverse: #473b5e;

  /* Graphic */
  --graphic-regular-white: #ffffff;
  --graphic-regular-black: #000000;
  --graphic-regular-brand: #e31b54;
  --graphic-regular-brand-light: #f63d68;
  --graphic-regular-brand-hover: #c01048;
  --graphic-regular-brand-2: #e7855b;
  --graphic-regular-multibuy: #388b66;
  --graphic-regular-discount: #e31b54;
  --graphic-regular-review: #551d72;
  --graphic-regular-header: #000000;
  --graphic-regular-footer: #000000;
  --graphic-regular-floor-0: #000000;
  --graphic-regular-red: #e31b54;
  --graphic-regular-red-pink: #f95792;
  --graphic-regular-orange-dark: #d78460;
  --graphic-regular-orange: #f79575;
  --graphic-regular-yellow: #fccb6d;
  --graphic-regular-green: #69e5b3;
  --graphic-regular-green-medium: #48b381;
  --graphic-regular-green-dark: #3a9e75;
  --graphic-regular-green-dark-2: #0b643b;
  --graphic-regular-cyan: #69d0e4;
  --graphic-regular-blue-light: #7baff3;
  --graphic-regular-blue: #5584c3;
  --graphic-regular-blue-dark: #3e4784;
  --graphic-regular-violet: #7a85ed;
  --graphic-regular-pink: #d398ef;
  --graphic-regular-rose: #eb7dba;
  --graphic-regular-gray-neutral: #a9a9cb;
  --graphic-regular-gray-warm: #8e9aa5;
  --graphic-regular-gray-light: #e6e7e8;
  --graphic-regular-gray-dark: #363a40;
  --graphic-transparent-white-7: #ffffff12;
  --graphic-transparent-white-10: #ffffff1a;
  --graphic-transparent-white-14: #ffffff24;
  --graphic-transparent-white-25: #ffffff40;
  --graphic-transparent-white-40: #ffffff66;
  --graphic-transparent-white-55: #ffffff8c;
  --graphic-transparent-white-70: #ffffffb2;
  --graphic-transparent-white-92: #ffffffeb;
  --graphic-transparent-black-5: #0000000d;
  --graphic-transparent-black-10: #0000001a;
  --graphic-transparent-black-15: #00000026;
  --graphic-transparent-black-25: #00000040;
  --graphic-transparent-black-40: #00000066;
  --graphic-transparent-black-55: #0000008c;
  --graphic-transparent-black-70: #000000b2;
  --graphic-transparent-black-92: #000000eb;
  --graphic-transparent-gray-40: #20293966;
  --graphic-transparent-blue-10: #5d68a61a;
  --graphic-transparent-blue-25: #5d68a640;
  --graphic-transparent-red-25: #e31b5440;
  --graphic-transparent-yellow-25: #f7900940;
  --graphic-transparent-green-25: #388b6640;
  --graphic-transparent-green-dark-2-25: #0b643b40;
  --graphic-transparent-green-40: #92d5ba66;
  --graphic-transparent-cyan: #69e3fa66;
  --graphic-transparent-violet: #a5b4e680;
  --graphic-transparent-pink: #d6c6ee66;
  --graphic-transparent-gray-neutral: #a9a9cb4d;
  --graphic-transparent-gray-warm: #8e9aa533;
  --graphic-transparent-brand-0: #c0104800;
  --graphic-transparent-brand-10: #c010481a;
  --graphic-transparent-brand-15: #c0104826;
  --graphic-transparent-brand-25: #c0104840;
  --graphic-transparent-brand-35: #c0104859;
  --graphic-transparent-brand-50: #c0104880;
  --graphic-transparent-brand-75: #c01048bf;
  --graphic-transparent-brand-100: #c01048;
  --graphic-transparent-brand-2-0: #e7855b00;
  --graphic-transparent-brand-2-10: #e7855b1a;
  --graphic-transparent-brand-2-15: #e7855b26;
  --graphic-transparent-brand-2-25: #e7855b40;
  --graphic-transparent-brand-2-35: #e7855b59;
  --graphic-transparent-brand-2-50: #e7855b80;
  --graphic-transparent-brand-2-75: #e7855bbf;
  --graphic-transparent-brand-2-100: #e7855b;
  --graphic-muted-red: #e69b95;
  --graphic-muted-red-pink: #d99fab;
  --graphic-muted-orange-dark: #cba99a;
  --graphic-muted-orange: #ebd2b5;
  --graphic-muted-yellow: #efdbb3;
  --graphic-muted-green: #a6dec7;
  --graphic-muted-cyan: #bcdfe6;
  --graphic-muted-blue-light: #bbcee8;
  --graphic-muted-blue: #96b1d4;
  --graphic-muted-blue-dark: #545b89;
  --graphic-muted-violet: #c8c0dd;
  --graphic-muted-pink: #e3c6e3;
  --graphic-muted-rose: #eab4d2;
  --graphic-muted-gray-neutral: #bebed1;
  --graphic-muted-gray-warm: #aea9a6;

  /* FONTS NEW */
  --fontFamily1: "PP Fragment Glare", "dirham-font", sans-serif;
  --fontFamily2: "Helvetica Now Display", "dirham-font";
  --fontFamily3: "Helvetica Now Display", "dirham-font";

  /* BORDER RADIUS NEW */
  --border-radius--0: 0px;
  --border-radius--100: 4px;
  --border-radius--200: 6px;
  --border-radius--300: 8px;
  --border-radius--400: 12px;
  --border-radius--500: 16px;
  --border-radius--550: 20px;
  --border-radius--600: 24px;
  --border-radius--650: 32px;
  --border-radius--700: 48px;
  --border-radius--800: 72px;
  --border-radius--1000: 9999px;

  /* UIKit Fonts */
  --font-heading: var(--fontFamily1);
  --font-heading-alt: var(--fontFamily2);
  --font-text: var(--fontFamily2);

  --headingH1: var(--header-300-medium);
  --headingH2: var(--header-150-medium);
  --headingH3: var(--header-100-medium);
  --headingH4: var(--header-50-medium);

  --subtitle1: var(--alt-header-100-semibold);
  --subtitle2: var(--text-400-semibold);
  --subtitle3: var(--text-400-medium);

  --body1: var(--text-200-semibold-high);
  --body2: var(--text-200-medium-high);
  --body3: var(--text-200-semibold);
  --body4: var(--text-200-medium);

  --caption1: var(--text-100-semibold);
  --caption2: var(--text-100-medium);
  --caption3: var(--text-50-semibold);

  --button1: var(--text-200-medium);

  --price1: var(--text-300-semibold);
  --price2: var(--text-100-medium);
  --price3: var(--alt-header-100-semibold);
  --price4: var(--text-100-medium);
  --price5: var(--alt-header-100-semibold);
  --price6: var(--text-200-medium);

  /* NUTRITION OLD */
  --nutritionLow: #0eb44d;
  --nutritionLowBg: #e7f7ed;
  --nutritionMedium: #f97313;
  --nutritionMediumBg: #fef1e7;
  --nutritionHigh: #e5243f;
  --nutritionHighBg: #fce9ec;

  --tileMask: linear-gradient(
    180deg,
    rgba(27, 26, 26, 0) 30%,
    rgba(27, 26, 26, 1) 100%
  );
  --tileMaskHalf: linear-gradient(
    180deg,
    rgba(27, 26, 26, 0) 50%,
    rgba(27, 26, 26, 1) 100%
  );

  /* COLORS OLD */
  --brandAtom900: var(--icon-brand);
  --brandAtom700: var(--icon-brand);
  --headerBackground: var(--bg-content);
  --brandAtom100: var(--surface-transparent-2);
  --brandAtom50: var(--surface-transparent-1);

  --navBarIconFill: var(--icon-brand);
  --headerApp: var(--bg-base-inverse);
  --brandTwo700: var(--icon-brand);

  --seed900: #1b1a1a;
  --seed800: #393636;
  --seed500: #696364;
  --seed400: #837e7f;
  --seed300: #a6a2a3;
  --seed200: #c9c6c7;
  --seed100: #e4e3e3;
  --seed50: #f7f6f6;
  --seed00: #ffffff;

  --system500Suc: var(--system-success);
  --system50Suc: var(--graphic-transparent-white-92);
  --system500War: var(--system-warning);
  --system50War: var(--graphic-transparent-white-92);
  --system500Err: var(--system-error);
  --system50Err: var(--graphic-transparent-white-92);
  --system050OverlayMode: var(--surface-transparent-6);
  --system020HoverMode: var(--surface-transparent-4);

  --checkbox: var(--action-brand-hover);
  --star: var(--action-primary);
  --like: var(--system-error);
  --footer: var(--bg-base-inverse);
  --buttonPrimary: var(--action-brand);
  --buttonPrimaryHover: var(--action-brand-hover);
  --buttonSecondary: var(--action-secondary);
  --buttonSecondaryHover: var(--action-secondary-hover);
  --buttonCircle: var(--bg-content);
  --buttonCircleIcon: var(--icon-primary);

  --badgeExpress: var(--graphic-regular-black);
  --badgeDiscount: var(--graphic-regular-black);
  --badgeMulti: var(--system-success);
  --badgeBundle: var(--graphic-regular-black);
  --badgeCounter: var(--icon-brand);

  --input200InputHov: var(--surface-transparent-2);
  --input50InputDefault: var(--surface-transparent-1);

  --text00Inv: var(--text-primary-inverse);
  --text900Prim: var(--text-primary);
  --text400Sec: var(--text-tertiary);
  --text300Tre: var(--text-placeholder);
  --text700Acc: var(--text-secondary);
  --textHeader: var(--text-primary);
  --textTitle: var(--text-primary);
  --textButtonPrim: var(--text-in-button);
  --textCategory: var(--graphic-regular-white);
  --textProductCard: var(--text-in-button);
}
