:root {
  --theme-primary-50: #f5f8fe;
  --theme-primary-100: #ebf2fe;
  --theme-primary-200: #cedffc;
  --theme-primary-300: #b0cdfb;
  --theme-primary-400: #75a7f8;
  --theme-primary-500: #3b82f6;
  --theme-primary-600: #3575dd;
  --theme-primary-700: #2c61b8;
  --theme-primary-800: #204787;
  --theme-primary-900: #142d56;
  --theme-primary-950: #081324;
  --theme-secondary-50: #f3fbf8;
  --theme-secondary-100: #e7f8f2;
  --theme-secondary-200: #c3eddf;
  --theme-secondary-300: #9fe3cc;
  --theme-secondary-400: #57cea6;
  --theme-secondary-500: #10b981;
  --theme-secondary-600: #0ea674;
  --theme-secondary-700: #0c8a60;
  --theme-secondary-800: #086546;
  --theme-secondary-900: #05402d;
  --theme-secondary-950: #021b13;
}
