:root {
  --prestec-ui-bg: #f6f7f9;
  --prestec-ui-panel: #ffffff;
  --prestec-ui-panel-soft: #fafbfc;
  --prestec-ui-border: #d9e0e7;
  --prestec-ui-border-strong: #b9c4d0;
  --prestec-ui-text: #172033;
  --prestec-ui-text-secondary: #526070;
  --prestec-ui-text-muted: #6b7785;
  --prestec-ui-brand: #f35b27;
  --prestec-ui-brand-strong: #c63a15;
  --prestec-ui-focus: rgba(243, 91, 39, .32);
  --prestec-ui-success: #0f766e;
  --prestec-ui-success-bg: #ecfdf5;
  --prestec-ui-warning: #b45309;
  --prestec-ui-warning-bg: #fffbeb;
  --prestec-ui-danger: #b42318;
  --prestec-ui-danger-bg: #fef3f2;
  --prestec-ui-info: #1d4ed8;
  --prestec-ui-info-bg: #eff6ff;
  --prestec-ui-shadow-sm: 0 1px 2px rgba(15, 23, 42, .06);
  --prestec-ui-shadow-md: 0 10px 28px rgba(15, 23, 42, .10);
  --prestec-ui-shadow-popover: 0 16px 42px rgba(15, 23, 42, .18);
  --prestec-ui-radius-xs: 4px;
  --prestec-ui-radius-sm: 6px;
  --prestec-ui-radius-md: 8px;
  --prestec-ui-radius-lg: 8px;
  --prestec-ui-space-1: 4px;
  --prestec-ui-space-2: 8px;
  --prestec-ui-space-3: 12px;
  --prestec-ui-space-4: 16px;
  --prestec-ui-space-5: 20px;
  --prestec-ui-space-6: 24px;
  --prestec-ui-font-table: 12px;
  --prestec-ui-control-height: 42px;
  --prestec-ui-sidebar-width: 260px;
}
