

  :root {

      --theme-color-primary: #000000;
      --theme-color-primary-rgb: 0,0,0;
      --theme-color-primary-100: #bfbfbf;
      --theme-color-primary-200: #7f7f7f;
      --theme-color-primary-300: #4c4c4c;
      --theme-color-primary-400: #262626;
      --theme-color-primary-500: #000000;
      --theme-color-primary-600: #000000;
      --theme-color-primary-700: #000000;
      --theme-color-primary-800: #000000;
      --theme-color-primary-900: #000000;
      --theme-color-success: #0bad0b;
      --theme-color-success-rgb: 11,173,11;
      --theme-color-success-100: #c2eac2;
      --theme-color-success-200: #85d685;
      --theme-color-success-300: #54c554;
      --theme-color-success-400: #2fb92f;
      --theme-color-success-500: #0bad0b;
      --theme-color-success-600: #099309;
      --theme-color-success-700: #087908;
      --theme-color-success-800: #065706;
      --theme-color-success-900: #032b03;
      --theme-color-info: #3c748f;
      --theme-color-info-rgb: 60,116,143;
      --theme-color-info-100: #cedce3;
      --theme-color-info-200: #9db9c7;
      --theme-color-info-300: #769db0;
      --theme-color-info-400: #5989a0;
      --theme-color-info-500: #3c748f;
      --theme-color-info-600: #33637a;
      --theme-color-info-700: #2a5164;
      --theme-color-info-800: #1e3a48;
      --theme-color-info-900: #0f1d24;
      --theme-color-warning: #ffc179;
      --theme-color-warning-rgb: 255,193,121;
      --theme-color-warning-100: #ffefdd;
      --theme-color-warning-200: #ffe0bc;
      --theme-color-warning-300: #ffd3a1;
      --theme-color-warning-400: #ffca8d;
      --theme-color-warning-500: #ffc179;
      --theme-color-warning-600: #d9a467;
      --theme-color-warning-700: #b38755;
      --theme-color-warning-800: #80613d;
      --theme-color-warning-900: #40301e;
      --theme-color-danger: #e25858;
      --theme-color-danger-rgb: 226,88,88;
      --theme-color-danger-100: #f8d5d5;
      --theme-color-danger-200: #f0abab;
      --theme-color-danger-300: #ea8a8a;
      --theme-color-danger-400: #e67171;
      --theme-color-danger-500: #e25858;
      --theme-color-danger-600: #c04b4b;
      --theme-color-danger-700: #9e3e3e;
      --theme-color-danger-800: #712c2c;
      --theme-color-danger-900: #391616;

    --theme-alert-primary-color: #000000;
    --theme-alert-primary-background: rgba(0,0,0, 0.1);
    --theme-alert-primary-border-color: #000000;
    --theme-alert-primary-link-color: #000000;

    --theme-alert-success-color: #0bad0b;
    --theme-alert-success-background: rgba(11,173,11, 0.1);
    --theme-alert-success-border-color: #0bad0b;
    --theme-alert-success-link-color: #0bad0b;

    --theme-alert-danger-color: #e25858;
    --theme-alert-danger-background: rgba(226,88,88, 0.1);
    --theme-alert-danger-border-color: #e25858;
    --theme-alert-danger-link-color: #e25858;

    --theme-alert-warning-color: #ffc179;
    --theme-alert-warning-background: rgba(255,193,121, 0.1);
    --theme-alert-warning-border-color: #ffc179;
    --theme-alert-warning-link-color: #ffc179;

    --theme-alert-info-color: #3c748f;
    --theme-alert-info-background: rgba(60,116,143, 0.1);
    --theme-alert-info-border-color: #3c748f;
    --theme-alert-info-link-color: #3c748f;

    --theme-button-primary-color: #ffffff;
    --theme-button-primary-background: #000000;
    --theme-button-primary-border-color: #000000;
    --theme-button-primary-hover-color: #ffffff;
    --theme-button-primary-hover-background: #000000;
    --theme-button-primary-hover-border-color: #000000;
    --theme-button-primary-focus-shadow-rgb: [0, 0, 0];
    --theme-button-primary-active-color: #ffffff;
    --theme-button-primary-active-background: #000000;
    --theme-button-primary-active-border-color: #000000;

    --theme-button-secondary-color: #000000;
    --theme-button-secondary-background: transparent;
    --theme-button-secondary-border-color: #000000;
    --theme-button-secondary-hover-color: #ffffff;
    --theme-button-secondary-hover-background: #000000;
    --theme-button-secondary-hover-border-color: #000000;
    --theme-button-secondary-focus-shadow-rgb: [0, 0, 0];
    --theme-button-secondary-active-color: #ffffff;
    --theme-button-secondary-active-background: #000000;
    --theme-button-secondary-active-border-color: #000000;

    --theme-button-tertiary-color: #000000;
    --theme-button-tertiary-background: transparent;
    --theme-button-tertiary-border-color: transparent;
    --theme-button-tertiary-hover-color: #000000;
    --theme-button-tertiary-hover-background: transparent;
    --theme-button-tertiary-hover-border-color: transparent;
    --theme-button-tertiary-focus-shadow-rgb: transparent;
    --theme-button-tertiary-active-color: #000000;
    --theme-button-tertiary-active-background: transparent;
    --theme-button-tertiary-active-border-color: transparent;

    --theme-headings-font-weight: 400;

    --theme-background-light: #fafafa;
    --theme-background-light-rgb: 250,250,250;
    --theme-background-dark: #18181b;
    --theme-background-dark-rgb: 24,24,27;

    --theme-bs-link-color: #000000;
    --theme-bs-link-color-rgb: 0,0,0;
    --theme-bs-link-hover-color: #000000;
    --theme-bs-link-hover-color-rgb: 0,0,0;

    --theme-border-radius: 0.0rem;
    --theme-button-border-radius: 0.0rem;



  }
