

  :root {

      --theme-color-primary: #94b572;
      --theme-color-primary-rgb: 148,181,114;
      --theme-color-primary-100: #e4ecdc;
      --theme-color-primary-200: #c9dab8;
      --theme-color-primary-300: #b4cb9c;
      --theme-color-primary-400: #a4c087;
      --theme-color-primary-500: #94b572;
      --theme-color-primary-600: #7e9a61;
      --theme-color-primary-700: #687f50;
      --theme-color-primary-800: #4a5b39;
      --theme-color-primary-900: #252d1d;
      --theme-color-success: #04bc0c;
      --theme-color-success-rgb: 4,188,12;
      --theme-color-success-100: #c0eec2;
      --theme-color-success-200: #81dd85;
      --theme-color-success-300: #4fd054;
      --theme-color-success-400: #29c630;
      --theme-color-success-500: #04bc0c;
      --theme-color-success-600: #03a00a;
      --theme-color-success-700: #038408;
      --theme-color-success-800: #025e06;
      --theme-color-success-900: #012f03;
      --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: #94b572;
    --theme-alert-primary-background: rgba(148,181,114, 0.1);
    --theme-alert-primary-border-color: #94b572;
    --theme-alert-primary-link-color: #94b572;

    --theme-alert-success-color: #04bc0c;
    --theme-alert-success-background: rgba(4,188,12, 0.1);
    --theme-alert-success-border-color: #04bc0c;
    --theme-alert-success-link-color: #04bc0c;

    --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: #000000;
    --theme-button-primary-background: #94b572;
    --theme-button-primary-border-color: #94b572;
    --theme-button-primary-hover-color: #000000;
    --theme-button-primary-hover-background: #85a367;
    --theme-button-primary-hover-border-color: #85a367;
    --theme-button-primary-focus-shadow-rgb: [148, 181, 114];
    --theme-button-primary-active-color: #000000;
    --theme-button-primary-active-background: #76915b;
    --theme-button-primary-active-border-color: #76915b;

    --theme-button-secondary-color: #94b572;
    --theme-button-secondary-background: transparent;
    --theme-button-secondary-border-color: #94b572;
    --theme-button-secondary-hover-color: #000000;
    --theme-button-secondary-hover-background: #85a367;
    --theme-button-secondary-hover-border-color: #85a367;
    --theme-button-secondary-focus-shadow-rgb: [148, 181, 114];
    --theme-button-secondary-active-color: #000000;
    --theme-button-secondary-active-background: #76915b;
    --theme-button-secondary-active-border-color: #76915b;

    --theme-button-tertiary-color: #94b572;
    --theme-button-tertiary-background: transparent;
    --theme-button-tertiary-border-color: transparent;
    --theme-button-tertiary-hover-color: #85a367;
    --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: #76915b;
    --theme-button-tertiary-active-background: transparent;
    --theme-button-tertiary-active-border-color: transparent;

    --theme-headings-font-weight: 500;

    --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: #94b572;
    --theme-bs-link-color-rgb: 148,181,114;
    --theme-bs-link-hover-color: #85a367;
    --theme-bs-link-hover-color-rgb: 133,163,103;

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



  }
