/* Eigengrau Theme - Primary: #222229 (Dark Gray), Secondary: #EEA204 (Gold) */
:root {
  /* Primary - Dark Gray */
  --theme-primary-50: #f4f4f5;
  --theme-primary-100: #e9e9ea;
  --theme-primary-200: #d3d3d5;
  --theme-primary-300: #b4b4b8;
  --theme-primary-400: #8e8e94;
  --theme-primary-500: #222229;
  --theme-primary-600: #1c1c22;
  --theme-primary-700: #16161b;
  --theme-primary-800: #101014;
  --theme-primary-900: #0a0a0d;
  --theme-primary-950: #050507;

  /* Secondary - Gold */
  --theme-secondary-50: #fefbf0;
  --theme-secondary-100: #fdf5d6;
  --theme-secondary-200: #fbeaad;
  --theme-secondary-300: #f7d97a;
  --theme-secondary-400: #f2c442;
  --theme-secondary-500: #eea204;
  --theme-secondary-600: #c58503;
  --theme-secondary-700: #966603;
  --theme-secondary-800: #6a4902;
  --theme-secondary-900: #3f2c01;
  --theme-secondary-950: #251a01;
}
