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