:root {
  --eh-primary-50: #e9edfa;
  --eh-primary-100: #cedafa;
  --eh-primary-200: #a0b7f7;
  --eh-primary-300: #617cc7;
  --eh-primary-400: #485f9e;
  --eh-primary-500: #384b80;
  --eh-primary-600: #25428d;
  --eh-primary-700: #1c2b55;
  --eh-primary-800: #162142;
  --eh-primary-900: #0d1425;

  --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;
}