:root {
  --baseWhite: #ffffff;

  /* COLORS */
  --brandAtom900: #a6a934;
  --brandAtom700: #ffc40c;
  --headerBackground: #ffffff;
  --brandAtom100: #e5e6c4;
  --brandAtom50: #f4f5df;

  --navBarIconFill: #ffc40c;
  --headerApp: #ffc40c;
  --brandTwo700: #a3c8d1;

  --seed900: #353334;
  --seed800: #4a4849;
  --seed500: #626060;
  --seed400: #939290;
  --seed300: #b0aeac;
  --seed200: #d0cfcc;
  --seed100: #eae9e6;
  --seed50: #f8f7f3;
  --seed00: #ffffff;

  --system500Suc: #138a40;
  --system50Suc: #e7f7ed;
  --system500War: #f6821f;
  --system50War: #fff1e5;
  --system500Err: #f04728;
  --system50Err: #ffefec;
  --system050OverlayMode: rgba(0, 0, 0, 0.5);
  --system070DisabledMode: rgba(255, 255, 255, 0.7);
  --system020HoverMode: #b0aeac33;

  --checkbox: #a6a934;

  --star: #ffc40c;
  --like: #f04728;
  --footer: #353334;
  --buttonPrimary: #a6a934;
  --buttonPrimaryHover: #c9cb84;
  --buttonSecondary: #ffc40c;
  --buttonSecondaryHover: #ffc40c;
  --buttonCircle: #a6a934;
  --buttonCircleIcon: #ffffff;

  --badgeExpress: #a6a934;
  --badgeDiscount: #ffc40c;
  --badgeMulti: #e5e6c4;
  --badgeBundle: #babd5c;
  --badgeCounter: #a6a934;

  --input200InputHov: #d0cfcc;
  --input50InputDefault: #f8f7f3;

  --text00Inv: #ffffff;
  --text900Prim: #353334;
  --text400Sec: #939290;
  --text300Tre: #b0aeac;
  --text700Acc: #a6a934;
  --textHeader: #353334;
  --textTitle: #a6a934;
  --textButtonPrim: #ffffff;
  --textCategory: #353334;
  --textProductCard: #353334;

  /* FONTS */
  --headingH1: 700 32px / 40px "GothamPro";
  --headingH2: 700 24px / 24px "GothamPro";
  --headingH3: 700 18px / 24px "GothamPro";
  --headingH4: 700 15px / 24px "GothamPro";

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

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

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

  --button1: 700 14px / 16px "GothamPro";

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

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

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