:root {
  --baseWhite: #ffffff;

  /* COLORS */
  --brandAtom900: #da003f;
  --brandAtom700: #fc003d;
  --headerBackground: #da003f;
  --brandAtom100: #ffe2e9;
  --brandAtom50: #fff0f4;

  --navBarIconFill: #fd3263;
  --headerApp: #da003f;
  --brandTwo700: #fc003d;

  --seed900: #4a494a;
  --seed800: #6e6d6e;
  --seed500: #868686;
  --seed400: #9f9e9f;
  --seed300: #b7b6b7;
  --seed200: #cfcecf;
  --seed100: #e7e7e7;
  --seed50: #f7f7f7;
  --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: #ffe32e;
  --like: #fc003d;
  --footer: #4a494a;
  --buttonPrimary: #da003f;
  --buttonPrimaryHover: #e02b5f;
  --buttonSecondary: #ffe2e9;
  --buttonSecondaryHover: #fec1d1;
  --buttonCircle: #da003f;
  --buttonCircleIcon: #ffffff;

  --badgeExpress: #85003f;
  --badgeDiscount: #da003f;
  --badgeMulti: #ffe2e9;
  --badgeBundle: #e02b5f;
  --badgeCounter: #85003f;

  --input200InputHov: #cfcecf;
  --input50InputDefault: #f7f7f7;

  --text00Inv: #ffffff;
  --text900Prim: #4a494a;
  --text400Sec: #9f9e9f;
  --text300Tre: #b7b6b7;
  --text700Acc: #da003f;
  --textHeader: #ffffff;
  --textTitle: #da003f;
  --textButtonPrim: #ffffff;
  --textCategory: #4a494a;
  --textProductCard: #4a494a;

  /* FONTS */
  --headingH1: 900 32px / 40px "RecoletaBlack";
  --headingH2: 900 24px / 32px "Helvetica Neue";
  --headingH3: 900 18px / 24px "Helvetica Neue";
  --headingH4: 900 15px / 24px "Helvetica Neue";

  --subtitle1: 700 24px / 24px "Helvetica Neue";
  --subtitle2: 700 18px / 24px "Helvetica Neue";
  --subtitle3: 500 18px / 24px "Helvetica Neue";

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

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

  --button1: 500 14px / 16px 'Helvetica Neue';
  --button2: 700 9px / 16px 'Helvetica Neue';

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

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

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