:root {
  --eh-primary-50: #eff5f1;
  --eh-primary-100: #b4f7cc;
  --eh-primary-200: #81f1a8;
  --eh-primary-300: #4deb85;
  --eh-primary-400: #19e661;
  --eh-primary-500: #14b24b;
  --eh-primary-600: #0e7e35;
  --eh-primary-700: #084b20;
  --eh-primary-800: #042b11;
  --eh-primary-900: #1f2922;

  --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;
}