:root {
  --theme-color-primary-50: #f6f5f3;
  --theme-color-primary-100: #e9e5e1;
  --theme-color-primary-200: #dbd4cd;
  --theme-color-primary-300: #cdc3b9;
  --theme-color-primary-400: #c2b6aa;
  --theme-color-primary-500: #b7a99b;
  --theme-color-primary-600: #b0a293;
  --theme-color-primary-700: #a79889;
  --theme-color-primary-800: #9f8f7f;
  --theme-color-primary-900: #907e6d;
  --theme-color-primary-A100: white;
  --theme-color-primary-A200: #fffbf8;
  --theme-color-primary-A400: #ffe1c5;
  --theme-color-primary-A700: #ffd3ab;
  --theme-shade-light-100: rgba(255, 255, 255, 0.02);
  --theme-shade-light-200: rgba(255, 255, 255, 0.08);
  --theme-shade-light-300: rgba(255, 255, 255, 0.1);
  --theme-shade-light-400: rgba(255, 255, 255, 0.3);
  --theme-shade-light-500: rgba(255, 255, 255, 0.6);
  --theme-shade-light-600: rgba(255, 255, 255, 0.8);
  --theme-shade-light-900: rgba(255, 255, 255, 0.95);
  --theme-shade-dark-100: rgba(26, 26, 26, 0.02);
  --theme-shade-dark-200: rgba(26, 26, 26, 0.05);
  --theme-shade-dark-300: rgba(26, 26, 26, 0.1);
  --theme-shade-dark-400: rgba(26, 26, 26, 0.3);
  --theme-shade-dark-500: rgba(26, 26, 26, 0.6);
  --theme-shade-dark-600: rgba(26, 26, 26, 0.8);
  --theme-shade-dark-900: #1a1a1a;
  --theme-color-alert: rgb(255, 96, 88);
  --theme-color-alert-light: rgba(255, 96, 88, 0.7);
  --theme-color-alert-extralight: rgba(255, 96, 88, 0.5);
  --difficulty-1: #2b66c5;
  --difficulty-2: #bb261a;
  --difficulty-3: #272727;
  --theme-background-color: white;
  --theme-shadow-color: #00000033;
  --theme-text-color: var(--theme-shade-dark-900);
}
