:root {
  --theme-primary-50: #f2f9f2;
  --theme-primary-100: #e5f4e5;
  --theme-primary-200: #bfe3bf;
  --theme-primary-300: #99d399;
  --theme-primary-400: #4cb24c;
  --theme-primary-500: #009100;
  --theme-primary-600: #008200;
  --theme-primary-700: #006c00;
  --theme-primary-800: #004f00;
  --theme-primary-900: #003200;
  --theme-primary-950: #001500;
  --theme-secondary-50: #f2f9f7;
  --theme-secondary-100: #e5f4ef;
  --theme-secondary-200: #bfe3d7;
  --theme-secondary-300: #99d3bf;
  --theme-secondary-400: #4cb290;
  --theme-secondary-500: #009161;
  --theme-secondary-600: #008257;
  --theme-secondary-700: #006c48;
  --theme-secondary-800: #004f35;
  --theme-secondary-900: #003221;
  --theme-secondary-950: #00150e;
}
