:root {
  --baseWhite: #ffffff;

  /* COLORS */
  --brandAtom900: #f5d000;
  --brandAtom700: #d2042d;
  --headerBackground: #ffffff;
  --brandAtom100: #f9f2cf;
  --brandAtom50: #f9f2cf;

  --navBarIconFill: #f2e6b1;
  --headerApp: #f5d000;
  --brandTwo700: #f2e6b1;

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

  --system500Suc: #5ab478;
  --system50Suc: #eff8f2;
  --system500War: #004aad;
  --system50War: #e6f3f5;
  --system500Err: #ea2b2b;
  --system50Err: #fdf4f3;
  --system050OverlayMode: rgba(0, 0, 0, 0.5);
  --system070DisabledMode: rgba(255, 255, 255, 0.7);
  --system020HoverMode: #cccccc33;

  --checkbox: #d2042d;

  --star: #f5d000;
  --like: #b81129;
  --footer: #1b1a1a;
  --buttonPrimary: #f5d000;
  --buttonPrimaryHover: #ffdb21;
  --buttonSecondary: #f5d000;
  --buttonSecondaryHover: #f9f2cf;
  --buttonCircle: #f5d000;
  --buttonCircleIcon: #1b1a1a;

  --badgeExpress: #004aad;
  --badgeDiscount: #d2042d;
  --badgeMulti: #004aad;
  --badgeBundle: #004aad;
  --badgeCounter: #d2042d;

  --input200InputHov: #c9c6c7;
  --input50InputDefault: #f7f6f6;

  --text00Inv: #ffffff;
  --text900Prim: #1b1a1a;
  --text400Sec: #837e7f;
  --text300Tre: #a6a2a3;
  --text700Acc: #d2042d;
  --textHeader: #1b1a1a;
  --textTitle: #1b1a1a;
  --textButtonPrim: #1b1a1a;
  --textCategory: #ffffff;
  --textProductCard: #1b1a1a;

  /* FONTS */
  --headingH1: 900 24px / 32px "DM Sans";
  --headingH2: 900 18px / 24px "DM Sans";
  --headingH3: 900 16px / 20px "DM Sans";
  --headingH4: 900 14px / 18px "DM Sans";

  --subtitle1: 700 24px / 24px "DM Sans";
  --subtitle2: 700 18px / 24px "DM Sans";
  --subtitle3: 500 18px / 24px "DM Sans";

  --body1: 700 15px / 24px "DM Sans";
  --body2: 400 15px / 24px "DM Sans";
  --body3: 900 14px / 16px "DM Sans";
  --body4: 500 14px / 16px "DM Sans";

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

  --button1: 700 14px / 16px "DM Sans";
  --button2: 600 9px / 16px "DM Sans";

  --price1: 700 16px / 18px "DM Sans";
  --price2: 400 12px / 14px "DM Sans";
  --price3: 700 24px / 24px "DM Sans";
  --price4: 400 14px / 16px "DM Sans";
  --price5: 700 32px / 40px "DM Sans";
  --price6: 400 18px / 24px "DM Sans";

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

  --tileMask: linear-gradient(#11111136);
  --tileMaskHalf: linear-gradient(#1111116e);


  --fontFamily1: "DM Sans", sans-serif;
  --fontFamily2: "DM Sans", sans-serif;
  --fontFamily3: "DM Sans", sans-serif;

  --font-heading: var(--fontFamily1);
  --font-heading-alt: var(--fontFamily2);
  --font-text: var(--fontFamily2);


  /* NEW TOKENS FROM FIGMA */

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

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

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

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

  /* 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: #000000a3;
  --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: #f5d000;
  --action-brand-hover: #f1b026;
  --action-primary: #000000;
  --action-primary-hover: #000000eb;
  --action-secondary: #e5e7eb;
  --action-secondary-hover: #d2d6db;
  --action-secondary-transparent: #2d2f330f;
  --action-secondary-transparent-hover: #2d2f331a;
  --action-brand-inverse: #f5d000;
  --action-brand-hover-inverse: #f1b026;
  --action-primary-inverse: #000000;
  --action-primary-hover-inverse: #000000eb;
  --action-secondary-inverse: #e5e7eb;
  --action-secondary-hover-inverse: #d2d6db;
  --action-secondary-transparent-inverse: #2d2f330f;
  --action-secondary-transparent-hover-inverse: #2d2f331a;

  /* Navigation */
  --navigation-text-primary: #121517;
  --navigation-text-secondary: #5e6872;
  --navigation-text-tertiary: #a0a8b5;
  --navigation-text-in-button: #000000;
  --navigation-text-in-button-2: #FFFFFF;
  --navigation-text-brand: #f1b026;
  --navigation-icon-primary: #1e2124;
  --navigation-icon-secondary: #5e6872;
  --navigation-icon-tertiary: #a0a8b5;
  --navigation-icon-in-button: #000000;
  --navigation-icon-brand: #f1b026;
  --navigation-stroke-primary: #2d2f332b;
  --navigation-stroke-secondary: #2d2f3324;
  --navigation-stroke-tertiary: #2d2f331a;
  --navigation-stroke-strong: #000000;
  --navigation-stroke-brand: #f1b026;
  --navigation-stroke-brand-subtle: #fceea7;
  --navigation-action-brand: #f5d000;
  --navigation-action-brand-hover: #f1b026;
  --navigation-action-primary: #000000;
  --navigation-action-primary-hover: #000000;
  --navigation-bg: #ffffff;
  --navigation-bg-2: #ffffff;
  --navigation-surface: #2d2f330f;
  --navigation-surface-2: #2d2f331a;

  /* System */
  --system-success: #388b66;
  --system-success-hover: #287d5a;
  --system-warning: #f8dd4e;
  --system-warning-hover: #f5d000;
  --system-warning-bright: #f1b026;
  --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: #4d5bb41a;
  --system-neutral-1-medium: #4d5bb43d;
  --system-neutral-2-subtle: #d7d9db52;
  --system-neutral-2-medium: #d7d9db80;
  --system-link: #055fae;
  --system-link-hover: #075aa3;

  /* Graphic */
  --graphic-regular-white: #ffffff;
  --graphic-regular-black: #000000;
  --graphic-regular-brand: #f5d000;
  --graphic-regular-brand-light: #fae67f;
  --graphic-regular-brand-hover: #f1b026;
  --graphic-regular-brand-2: #e6213e;
  --graphic-regular-multibuy: #388b66;
  --graphic-regular-discount: #e31b54;
  --graphic-regular-review: #e31b54;
  --graphic-regular-header: #ffffff;
  --graphic-regular-footer: #000000;
  --graphic-regular-red: #c4122c;
  --graphic-regular-red-pink: #f95792;
  --graphic-regular-orange-dark: #d78460;
  --graphic-regular-orange: #f79575;
  --graphic-regular-yellow: #f5d000;
  --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-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: #f5d00000;
  --graphic-transparent-brand-10: #f5d0001a;
  --graphic-transparent-brand-15: #f5d00026;
  --graphic-transparent-brand-25: #f5d00040;
  --graphic-transparent-brand-35: #f5d00059;
  --graphic-transparent-brand-50: #f5d00080;
  --graphic-transparent-brand-75: #f5d000bf;
  --graphic-transparent-brand-100: #C01048;
  --graphic-transparent-brand-2-0: #e6213e00;
  --graphic-transparent-brand-2-10: #e6213e1a;
  --graphic-transparent-brand-2-15: #e6213e26;
  --graphic-transparent-brand-2-25: #e6213e40;
  --graphic-transparent-brand-2-35: #e6213e59;
  --graphic-transparent-brand-2-50: #e6213e80;
  --graphic-transparent-brand-2-75: #e6213ebf;
  --graphic-transparent-brand-2-100: #E7855B;
}
