:root {
  --color-ti-primary-red: #cc0000;
  --color-ti-primary-red-dark: #990000;
  --color-ti-primary-blue: #118899;
  --color-ti-primary-blue-dark: #115566;
  --color-ti-primary-blue-02: #00bbcc;
  --color-ti-primary-black: #231f20;
  --color-ti-primary-white: #ffffff;
  --color-ti-secondary-blue-dark: #02688c;
  --color-ti-secondary-blue-light: #1c99c4;
  --color-ti-secondary-blue-lighter: #5ec5dc;
  --color-ti-secondary-green: #329b46;
  --color-ti-secondary-yellow: #f4b821;
  --color-ti-secondary-grey-dark: #63666a;
  --color-ti-secondary-grey: #98999b;
  --color-ti-bg-blue: #b9e5fb;
  --color-ti-bg-blue-grey: #c8dae3;
  --color-ti-bg-green: #95dbdb;
  --color-ti-bg-green-light: #d7ecdd;
  --color-ti-bg-yellow: #fbeea3;
  --color-ti-bg-grey: #e5e5e5;
  --color-ti-bg-red: #fcd3c1;
  --color-ti-bg-grey-02: #f7f7f7;
  --color-ti-bg-grey-dark: #eeeeee;
  --color-ti-indicator-red: #dd0000;
  --color-ti-indicator-green: #4caf50;
  --color-ti-indicator-yellow: #f3cd34;
  --color-ti-indicator-grey: #cccccc;
  --color-ti-selection-blue-light: #edf7f8;
  --color-ti-selection-blue: #d9f1f4;
  --color-ti-selection-yellow: #ffffb3;
  --color-ti-text-grey-dark: #555555;
  --color-ti-text-grey: #999999;
  --color-ti-text-grey-darker: #333333;
  --color-ti-text-blue: #118899;
  --color-ti-text-black: #000000;
  --color-ti-border-red: #e0bcac;
  --color-ti-border-grey: #e6e6e6;
  --color-ti-border-grey-dark: #dadada;
  --color-ti-border-grey-02: #c0c0c0;
  --color-ti-white: #ffffff;
  --color-ti-bg-light-blue: #ddeff9;
  --gc-font-size: 12px;
  --gc-custom-title-font-size: 13px;
}