:root {
  --theme-primary-50: #f9fbf6;
  --theme-primary-100: #f3f8ed;
  --theme-primary-200: #e1efd2;
  --theme-primary-300: #cfe6b7;
  --theme-primary-400: #abd381;
  --theme-primary-500: #88c14b;
  --theme-primary-600: #7aad43;
  --theme-primary-700: #669038;
  --theme-primary-800: #4a6a29;
  --theme-primary-900: #2f431a;
  --theme-primary-950: #141c0b;
  --theme-secondary-50: #f7f8f8;
  --theme-secondary-100: #eff1f1;
  --theme-secondary-200: #d7dedd;
  --theme-secondary-300: #bfcac9;
  --theme-secondary-400: #8fa3a1;
  --theme-secondary-500: #5f7c79;
  --theme-secondary-600: #556f6c;
  --theme-secondary-700: #475d5a;
  --theme-secondary-800: #344442;
  --theme-secondary-900: #212b2a;
  --theme-secondary-950: #0e1212;
}
