
  :root {
    

  --theme-color-primary: #8a8a8a;
  --theme-color-primary-rgb: 138,138,138;
  --theme-color-primary-contrast: #000000;
  --theme-color-primary-contrast-rgb: 0,0,0;
  --theme-color-primary-shade: #797979;
  --theme-color-primary-tint: #969696;
    

  --theme-color-secondary: #000000;
  --theme-color-secondary-rgb: 0,0,0;
  --theme-color-secondary-contrast: #ffffff;
  --theme-color-secondary-contrast-rgb: 255,255,255;
  --theme-color-secondary-shade: #000000;
  --theme-color-secondary-tint: #1a1a1a;
    

  --theme-color-tertiary: #9C283D;
  --theme-color-tertiary-rgb: 156,40,61;
  --theme-color-tertiary-contrast: #ffffff;
  --theme-color-tertiary-contrast-rgb: 255,255,255;
  --theme-color-tertiary-shade: #892336;
  --theme-color-tertiary-tint: #a63e50;
    

  --theme-color-light: #ffffff;
  --theme-color-light-rgb: 255,255,255;
  --theme-color-light-contrast: #000000;
  --theme-color-light-contrast-rgb: 0,0,0;
  --theme-color-light-shade: #e0e0e0;
  --theme-color-light-tint: #ffffff;
    

  --theme-color-success: #2dd36f;
  --theme-color-success-rgb: 45,211,111;
  --theme-color-success-contrast: #000000;
  --theme-color-success-contrast-rgb: 0,0,0;
  --theme-color-success-shade: #28ba62;
  --theme-color-success-tint: #42d77d;
    

  --theme-color-warning: #ffc409;
  --theme-color-warning-rgb: 255,196,9;
  --theme-color-warning-contrast: #000000;
  --theme-color-warning-contrast-rgb: 0,0,0;
  --theme-color-warning-shade: #e0ac08;
  --theme-color-warning-tint: #ffca22;
    

  --theme-color-danger: #eb445a;
  --theme-color-danger-rgb: 235,68,90;
  --theme-color-danger-contrast: #ffffff;
  --theme-color-danger-contrast-rgb: 255,255,255;
  --theme-color-danger-shade: #cf3c4f;
  --theme-color-danger-tint: #ed576b;
    

  --theme-color-dark: #222428;
  --theme-color-dark-rgb: 34,36,40;
  --theme-color-dark-contrast: #ffffff;
  --theme-color-dark-contrast-rgb: 255,255,255;
  --theme-color-dark-shade: #1e2023;
  --theme-color-dark-tint: #383a3e;
    

  --theme-color-medium: #92949c;
  --theme-color-medium-rgb: 146,148,156;
  --theme-color-medium-contrast: #000000;
  --theme-color-medium-contrast-rgb: 0,0,0;
  --theme-color-medium-shade: #808289;
  --theme-color-medium-tint: #9d9fa6;
    

  --theme-color-action-primary: #000000;
  --theme-color-action-primary-rgb: 0,0,0;
  --theme-color-action-primary-contrast: #ffffff;
  --theme-color-action-primary-contrast-rgb: 255,255,255;
  --theme-color-action-primary-shade: #000000;
  --theme-color-action-primary-tint: #1a1a1a;
    

  --theme-color-action-secondary: #ffffff;
  --theme-color-action-secondary-rgb: 255,255,255;
  --theme-color-action-secondary-contrast: #000000;
  --theme-color-action-secondary-contrast-rgb: 0,0,0;
  --theme-color-action-secondary-shade: #e0e0e0;
  --theme-color-action-secondary-tint: #ffffff;
    
  }
    