:root {
  --background: #f0f1f2;
  --orange: #f55e0d;
  --white: #ffffff;
  --grey: #dfdfdf;
  --darkgrey: #e0e0e0;
  --input-border: #e5e5e5;
  --green: #5ebc37;
  --red: rgb(191, 18, 18);
  --text-green: #5ebc37;
  --text-muted: #a8a8a8;
  --text-dark: #383838;
  --bg-light-grey: #f3f4f3;
  --bg-medium-grey: #9b9b9b;
  --border-medium-grey: #dedede;
  --font-light-grey: #525252;
  --text-muted-strong: #9b9b9b;
  --small-basket-bg: #f0f0f0;
  --black: #000000;
  --light-black: #212121;
  --breakpoint-xl: 1023px;
  --breakpoint-md: 767px;
  --breakpoint-sm: 525px;
  --breakpoint-xs: 435px;
  --button-orange-weight: 600;
  --button-orange-size: 0.938rem;
  --main-margin-bottom: 7rem;
  --minus-main-margin-bottom: -7rem;
  --border-radius: 3px;
  --spinner-color: #ea8646;
  --spinner-background-color: #eaeaea;
  --swiper-theme-color: #f55e0d !important;
  --btn-hover-ease: ease-in-out;
  --btn-hover-duration: 0.2s;
  --orange-dark: #e35a00;
  --deep-purple: #492238;

  /* Colors */
  --clr-gray-0: #ffffff;
  --clr-gray-50: #f5f5f5;
  --clr-gray-100: #e9e9e9;
  --clr-gray-200: #dadada;
  --clr-gray-300: #c5c5c5;
  --clr-gray-400: #9f9f9f;
  --clr-gray-500: #7d7d7d;
  --clr-gray-600: #565656;
  --clr-gray-700: #444444;
  --clr-gray-800: #272727;
  --clr-gray-900: #020202;
  --clr-gray-950: #000000;

  --clr-primary-50: #fff3e6;
  --clr-primary-100: #ffd9b3;
  --clr-primary-200: #ffbd80;
  --clr-primary-300: #ff9f4d;
  --clr-primary-400: #f9822d;
  --clr-primary-500: #f55e0d;
  --clr-primary: var(--clr-primary-500);
  --clr-primary-600: #e35a00;
  --clr-primary-700: #cc4f00;
  --clr-primary-800: #b84600;
  --clr-primary-900: #993800;

  /* Z-indexes */
  --z-index-modal: -99;
  --z-index-modal--visible: 1050;

  /* Transitions */
  --transition-duration: 0.2s;
  --transition-duration--fast: 0.1s;
  --transition-duration--slow: 0.3s;

  /* Borders */
  --br-sm: 0.25rem;
  --br-md: 0.5rem;
  --br-lg: 1rem;

  /* Font sizes */
  --fs-xs: 0.75rem;
  --fs-sm: 0.875rem;
  --fs-md: 1rem;
  --fs-lg: 1.25rem;
  --fs-xl: 1.5rem;
}
