
:root {
  --theme-base: 167, 202, 232;
  --theme-font-base: 167, 202, 232;
  
  --theme: rgba(167, 202, 232, 1);
  --theme-font: rgba(167, 202, 232, 1);
  --theme-disabled: rgba(167, 202, 232, .3);
  --theme-press: rgba(167, 202, 232, .3);
  --theme-line: rgba(167, 202, 232, .5);
  --header-line: rgba(0, 0, 0, .05);
  --warning: rgba(255, 173, 201, 1);
  --theme-mgt: rgba(255, 173, 201, 1);
}