:root {
  --baseWhite: #ffffff;

  /* FONTS NEW */
  --fontFamily1: "Montserrat", "sans-serif", sans-serif;
  --fontFamily2: "Montserrat", "sans-serif", sans-serif;
  --fontFamily3: "Montserrat", "sans-serif";

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

  /* FONTS OLD */
  --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 NEW */
  --text-in-button: #ffffff;
  --text-primary: #131316;
  --text-primary-inverse: #fcfcfd;
  --text-brand: #c0288b;
  --icon-brand: #c0288b;
  --text-link: #c0288b;
  --text-link-hover: #8b1d65;
  --system-link: #c0288b;
  --system-link-hover: #8b1d65;
  --icon-primary: #131316;
  --icon-primary-inverse: #fcfcfd;
  --text-in-button: #ffffff;
  --text-inverse-in-button: #000000;
  --stroke-brand: #c0288b;
  --stroke-brand-subtle: #d741a3;
  --icon-in-button: #ffffff;
  --icon-inverse-in-button: #000000;

  --graphic-regular-brand: #c0288b;
  --graphic-regular-brand-hover: #8b1d65;
  --graphic-regular-brand-2: #1d6ac7;
  --graphic-transparent-brand-0: #c0288b00;
  --graphic-transparent-brand-10: #c0288b1a;
  --graphic-transparent-brand-15: #c0288b26;
  --graphic-transparent-brand-25: #c0288b40;
  --graphic-transparent-brand-35: #c0288b59;
  --graphic-transparent-brand-50: #c0288b80;
  --graphic-transparent-brand-75: #c0288bbf;
  --graphic-regular-discount: #c0288b;
  --background-bg-primary: #ffffff;

  --action-brand: #c0288b;
  --action-brand-hover: #8b1d65;
  --action-secondary: #e5e7eb;
  --action-secondary-hover: #d2d6db;
  --action-secondary-transparent: #2d2f332b;
  --action-primary: #000000;
  --action-primary-hover: #000000eb;
  --action-inverse-primary: #ffffff;
  --action-inverse-primary-hover: #ffffffeb;

  /* Layer */
  --layer-inverse-brand: #c0288b;

  /* 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-inverse-base);
  --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-inverse-base);
  --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-inverse-primary);
  --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);
}
