:root {
  --theme-color-add: #28c76f;
  --theme-color-add-hover: #20b463;
  --theme-color-add-contrast: #ffffff;

  --theme-color-delete: #ea5455;
  --theme-color-delete-hover: #d84344;
  --theme-color-delete-contrast: #ffffff;

  --theme-color-edit: #82868b;
  --theme-color-edit-hover: #6f7479;
  --theme-color-edit-contrast: #ffffff;

  --theme-color-cancel: #82868b;
  --theme-color-cancel-hover: #6f7479;
  --theme-color-cancel-contrast: #ffffff;

  --theme-color-actions: #7367f0;
  --theme-color-actions-hover: #685dd8;
  --theme-color-actions-contrast: #ffffff;

  --theme-btn-label-accent-bg: #e9e7fd;
  --theme-btn-label-accent-bg-hover: #dddbfb;
  --theme-btn-label-accent-text: #7367f0;

  --theme-btn-label-neutral-bg: #f2f2f3;
  --theme-btn-label-neutral-bg-hover: #e7e7e8;
  --theme-btn-label-neutral-text: #5f5f63;

  --theme-color-manager: #00cfe8;
  --theme-color-manager-soft-bg: #d9f8fc;
  --theme-color-info-soft-text: #046b7a;

  --theme-color-staff: #a8aaae;
  --theme-color-staff-soft-bg: #f2f2f3;
  --theme-color-neutral-soft-text: #4d5155;

  --theme-color-active: #28c76f;
  --theme-color-active-soft-bg: #b9edd5;
  --theme-color-positive-soft-text: #137040;

  --theme-color-inactive: #ea5455;
  --theme-color-inactive-soft-bg: #fce5e6;
  --theme-color-negative-soft-text: #c03a3b;

  --theme-color-transfer: #ff9f43;
  --theme-color-transfer-hover: #f08f34;
  --theme-color-transfer-contrast: #1f1f1f;
  --theme-color-transfer-soft-bg: #fff1e3;

  --theme-color-change: #00cfe8;
  --theme-color-change-hover: #00b5d5;
  --theme-color-change-contrast: #ffffff;
  --theme-color-change-soft-bg: #d9f8fc;

  --theme-color-neutral: #82868b;
  --theme-color-neutral-hover: #6f7479;
  --theme-color-neutral-contrast: #ffffff;
  --theme-color-neutral-soft-bg: #f2f2f3;

  --theme-color-positive: #28c76f;
  --theme-color-positive-soft-bg: #b9edd5;
  --theme-color-positive-contrast: #ffffff;

  --theme-color-negative: #ea5455;
  --theme-color-negative-soft-bg: #fce5e6;
  --theme-color-negative-contrast: #ffffff;

  --theme-color-warning: #ff9f43;
  --theme-color-warning-soft-bg: #fff1e3;
  --theme-color-warning-contrast: #1f1f1f;

  --theme-color-info: #00cfe8;
  --theme-color-info-soft-bg: #d9f8fc;
  --theme-color-info-contrast: #ffffff;

  --theme-color-accent: #7367f0;
  --theme-color-accent-soft-bg: #e9e7fd;
  --theme-color-accent-contrast: #ffffff;
  --theme-color-accent-soft-text: #4b3fd1;

  --theme-table-row-hover-text: #7367f0;

  --theme-button-disabled-opacity: 0.65;
}
