:root {
  --color-main: #111;
  --color-main-grey: #797979;
  --color-main-grey-dark: #343434;
  --color-secondary: #00a651;
  --color-secondary-highlight: #3ca971;
  --color-alternative: #e8a166;
  --color-alternative-hightlight: #e8a166;
  --color-secondary-hover: #009147;
  --color-inverse: #fff;
  --color-hero-title: white;
}

:root {
  --background-main: #111;
  --background-meal-subtitle: whitesmoke;
}

:root {
  --transition: 0.3s all ease-in-out !important;
}

