:root {
  --baseWhite: #ffffff;

  /* COLORS */
  --brandAtom900: #e2231a;
  --brandAtom700: #f38a00;
  --headerBackground: #e2231a;
  --brandAtom100: #fad099;
  --brandAtom50: #fad099;

  --navBarIconFill: #f5a133;
  --headerApp: #e2231a;
  --brandTwo700: #f38a00;

  --seed900: #101820;
  --seed800: #40464d;
  --seed500: #878b8f;
  --seed400: #9fa3a6;
  --seed300: #b7babc;
  --seed200: #cfd1d2;
  --seed100: #e7e8e9;
  --seed50: #f3f3f4;
  --seed00: #ffffff;

  --system500Suc: #2fa356;
  --system50Suc: #c7e7d2;
  --system500War: #00609c;
  --system50War: #b3cfe1;
  --system500Err: #ec0044;
  --system50Err: #f799b4;
  --system050OverlayMode: rgba(0, 0, 0, 0.5);
  --system070DisabledMode: #ffffff;
  --system020HoverMode: #ffffff33;
  --checkbox: #e2231a;

  --star: #f5a133;
  --like: #e2231a;
  --footer: #101820;
  --buttonPrimary: #e2231a;
  --buttonPrimaryHover: #e84f48;
  --buttonSecondary: #f5a133;
  --buttonSecondaryHover: #fad099;
  --buttonCircle: #e2231a;
  --buttonCircleIcon: #ffffff;

  --badgeExpress: #f38a00;
  --badgeDiscount: #e2231a;
  --badgeMulti: #fad099;
  --badgeBundle: #e84f48;
  --badgeCounter: #f5a133;

  --input200InputHov: #cfd1d2;
  --input50InputDefault: #f3f3f4;

  --text00Inv: #ffffff;
  --text900Prim: #101820;
  --text400Sec: #9fa3a6;
  --text300Tre: #b7babc;
  --text700Acc: #e2231a;
  --textHeader: #ffffff;
  --textTitle: #e2231a;
  --textButtonPrim: #ffffff;
  --textCategory: #101820;
  --textProductCard: #101820;

  --fontFamily1: "ACTEasy";
  --fontFamily2: "ACTEasy";

  --font-heading: var(--fontFamily1);
  --font-heading-alt: var(--fontFamily2);
  --font-text: var(--fontFamily2);
  
  /* FONTS */
  --headingH1: 800 28px / 32px "ACTEasy";
  --headingH2: 700 24px / 24px "ACTEasy";
  --headingH3: 700 18px / 24px "ACTEasy";
  --headingH4: 700 15px / 24px "ACTEasy";

  --subtitle1: 700 24px / 24px "ACTEasy";
  --subtitle2: 500 18px / 24px "ACTEasy";
  --subtitle3: 400 18px / 24px "ACTEasy";

  --body1: 700 15px / 24px "ACTEasy";
  --body2: 400 15px / 24px "ACTEasy";
  --body3: 700 14px / 16px "ACTEasy";
  --body4: 400 14px / 16px "ACTEasy";

  --caption1: 700 12px / 16px "ACTEasy";
  --caption2: 400 12px / 16px "ACTEasy";
  --caption3: 700 8px / 12px "ACTEasy";

  --button1: 500 14px / 16px "ACTEasy";
  --button2: 700 9px / 16px "ACTEasy";

  --price1: 700 16px / 18px "ACTEasy";
  --price2: 400 12px / 14px "ACTEasy";
  --price3: 700 20px / 24px "ACTEasy";
  --price4: 400 14px / 16px "ACTEasy";
  --price5: 700 24px / 24px "ACTEasy";
  --price6: 500 16px / 26px "ACTEasy";

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

  --tileMask: linear-gradient(transparent);
  --tileMaskHalf: linear-gradient(transparent);


  /* NEW TOKENS FROM FIGMA */

  /* 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: #e31b542b;
  --system-error-medium-inverse: #e31b5440;
  --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: #5759b82b;
  --system-neutral-1-medium-inverse: #5759b840;
  --system-neutral-2-subtle-inverse: #d7d9db52;
  --system-neutral-2-medium-inverse: #d7d9db80;
  --system-link-inverse: #7f6ca3;
  --system-link-hover-inverse: #473b5e;

  /* Text */
  --text-primary: #2b2439;
  --text-secondary: #000000a3;
  --text-tertiary: #00000080;
  --text-placeholder: #5759b859;
  --text-disabled: #2d2f3340;
  --text-in-button: #ffffff;
  --text-brand: #c91f17;
  --text-primary-inverse: #fcfcfd;
  --text-secondary-inverse: #d7d9dba3;
  --text-tertiary-inverse: #d7d9db80;
  --text-disabled-inverse: #d7d9db66;
  --text-brand-inverse: #c91f17;

  /* Icon */
  --icon-primary: #2b2439;
  --icon-secondary: #000000a3;
  --icon-tertiary: #00000080;
  --icon-placeholder: #5759b859;
  --icon-disabled: #2d2f3340;
  --icon-in-button: #ffffff;
  --icon-brand: #c91f17;
  --icon-primary-inverse: #fcfcfd;
  --icon-secondary-inverse: #d7d9dba3;
  --icon-tertiary-inverse: #d7d9db80;
  --icon-disabled-inverse: #d7d9db66;
  --icon-brand-inverse: #c91f17;

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

  /* Bg */
  --bg-base: #ffffff;
  --bg-base-stable: #ffffff;
  --bg-content: #ffffff;
  --bg-base-inverse: #1b1722;
  --bg-base-stable-inverse: #1b1722;
  --bg-content-inverse: #1b1722;

  /* Surface */
  --surface-transparent-1: #2d2f330a;
  --surface-transparent-2: #2d2f330f;
  --surface-transparent-3: #2d2f331a;
  --surface-transparent-4: #2d2f3340;
  --surface-transparent-5: #2d2f3359;
  --surface-transparent-6: #2d2f3380;
  --surface-transparent-7: #2d2f33a3;
  --surface-transparent-8: #000000b8;
  --surface-transparent-9: #000000eb;
  --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: #e63128;
  --action-brand-hover: #e2231a;
  --action-primary: #2b2439;
  --action-primary-hover: #2b2439;
  --action-secondary: #dad4e5;
  --action-secondary-hover: #baafcf;
  --action-secondary-transparent: #5759b81a;
  --action-secondary-transparent-hover: #5759b82b;
  --action-brand-inverse: #e63128;
  --action-brand-hover-inverse: #e2231a;
  --action-primary-inverse: #ffffff;
  --action-primary-hover-inverse: #ffffffeb;
  --action-secondary-inverse: #dad4e5;
  --action-secondary-hover-inverse: #baafcf;
  --action-secondary-transparent-inverse: #5759b81a;
  --action-secondary-transparent-hover-inverse: #5759b82b;

  /* Navigation */
  --navigation-text-primary: #000000;
  --navigation-text-secondary: #000000a3;
  --navigation-text-tertiary: #00000080;
  --navigation-text-in-button: #ffffff;
  --navigation-text-in-button-2: #ffffff;
  --navigation-text-brand: #c91f17;
  --navigation-icon-primary: #000000;
  --navigation-icon-secondary: #000000a3;
  --navigation-icon-tertiary: #00000080;
  --navigation-icon-in-button: #ffffff;
  --navigation-icon-in-button-2: #ffffff;
  --navigation-icon-brand: #c91f17;
  --navigation-stroke-primary: #2d2f332b;
  --navigation-stroke-secondary: #2d2f3324;
  --navigation-stroke-tertiary: #2d2f331a;
  --navigation-stroke-strong: #000000;
  --navigation-stroke-brand: #e2231a;
  --navigation-stroke-brand-subtle: #f5aca8;
  --navigation-action-brand: #e2231a;
  --navigation-action-brand-hover: #c91f17;
  --navigation-action-primary: #000000;
  --navigation-action-primary-hover: #000000eb;
  --navigation-bg: #ffffff;
  --navigation-bg-2: #ffffff;
  --navigation-surface: #2d2f330f;
  --navigation-surface-2: #2d2f331a;

  /* Graphic */
  --graphic-regular-white: #ffffff;
  --graphic-regular-black: #000000;
  --graphic-regular-brand: #e2231a;
  --graphic-regular-brand-light: #ef7771;
  --graphic-regular-brand-hover: #c91f17;
  --graphic-regular-brand-2: #f38a00;
  --graphic-regular-multibuy: #388b66;
  --graphic-regular-discount: #c91f17;
  --graphic-regular-review: #f38a00;
  --graphic-regular-red: #c91f17;
  --graphic-regular-red-pink: #f95792;
  --graphic-regular-orange-dark: #bb4d1e;
  --graphic-regular-orange: #f97448;
  --graphic-regular-yellow: #fdb022;
  --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: #044dae;
  --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: #f2f3f3;
  --graphic-regular-gray-light-2: #e6e7e8;
  --graphic-regular-gray-dark: #363a40;
  --graphic-muted-red: #e69b95;
  --graphic-muted-red-pink: #f8edef;
  --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;
  --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-25: #5d68a640;
  --graphic-transparent-blue-10: #5d68a61a;
  --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: #c91f1700;
  --graphic-transparent-brand-10: #c91f171a;
  --graphic-transparent-brand-15: #c91f1726;
  --graphic-transparent-brand-25: #c91f1740;
  --graphic-transparent-brand-35: #c91f1759;
  --graphic-transparent-brand-50: #c91f1780;
  --graphic-transparent-brand-75: #c91f17bf;
  --graphic-transparent-brand-100: #c91f17;
  --graphic-transparent-brand-2-0: #f38a0000;
  --graphic-transparent-brand-2-10: #f38a001a;
  --graphic-transparent-brand-2-15: #f38a0026;
  --graphic-transparent-brand-2-25: #f38a0040;
  --graphic-transparent-brand-2-35: #f38a0059;
  --graphic-transparent-brand-2-50: #f38a0080;
  --graphic-transparent-brand-2-75: #f38a00bf;
  --graphic-transparent-brand-2-100: #f38a00;
}
