:root {
  --eh-primary-50: #fff7f3;
  --eh-primary-100: #ffd4c0;
  --eh-primary-200: #f8b08e;
  --eh-primary-300: #f58856;
  --eh-primary-400: #f57033;
  --eh-primary-500: #f36422;
  --eh-primary-600: #f0540c;
  --eh-primary-700: #a13908;
  --eh-primary-800: #792a05;
  --eh-primary-900: #3b1604;

  --eh-secondary-50: #f2f2f2;
  --eh-secondary-100: #dbdbdb;
  --eh-secondary-200: #c4c4c4;
  --eh-secondary-300: #adadad;
  --eh-secondary-400: #969696;
  --eh-secondary-500: #808080;
  --eh-secondary-600: #696969;
  --eh-secondary-700: #525252;
  --eh-secondary-800: #3b3b3b;
  --eh-secondary-900: #242424;
  --eh-secondary-950: #0d0d0d;

  --eh-neutral-50: #f2f2f2;
  --eh-neutral-100: #dbdbdb;
  --eh-neutral-200: #c4c4c4;
  --eh-neutral-300: #adadad;
  --eh-neutral-400: #969696;
  --eh-neutral-500: #808080;
  --eh-neutral-600: #696969;
  --eh-neutral-700: #525252;
  --eh-neutral-800: #3b3b3b;
  --eh-neutral-900: #242424;
  --eh-neutral-950: #0d0d0d;
}