
:root {
  --theme-base: 255, 31, 93;
  --theme-font-base: 255, 31, 93;
  
  --theme: rgba(255, 31, 93, 1);
  --theme-font: rgba(255, 31, 93, 1);
  --theme-disabled: rgba(255, 31, 93,  .3);
  --theme-press: rgba(255, 31, 93, .3);
  --theme-line: rgba(255, 31, 93, .5);
  --header-line: rgba(0, 0, 0, .05);
  --warning: rgba(255, 31, 93, 1);
  --theme-mgt: rgba(255, 31, 93, 1);
}