:root {
  --ts-font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ts-bg: #f7f8fa;
  --ts-surface: #ffffff;
  --ts-subtle: #f0f2f5;
  --ts-border: #e2e5e9;
  --ts-text: #20242b;
  --ts-muted: #626973;
  --ts-brand: #d94708;
  --ts-brand-hover: #b93806;
  --ts-brand-tint: #fff1e9;
  --ts-success: #23754c;
  --ts-success-tint: #ecf7f0;
  --ts-warning: #886014;
  --ts-warning-tint: #fff6de;
  --ts-danger: #ba3636;
  --ts-danger-tint: #fdf0f0;
  --ts-info: #3266ad;
  --ts-info-tint: #eef4fc;
  --ts-focus: #946118;
  --ts-space-1: 4px;
  --ts-space-2: 8px;
  --ts-space-3: 12px;
  --ts-space-4: 16px;
  --ts-space-5: 24px;
  --ts-space-6: 32px;
  --ts-space-7: 48px;
  --ts-radius-sm: 4px;
  --ts-radius: 6px;
  --ts-radius-panel: 8px;
  --ts-shadow-overlay: 0 12px 40px #20242b24;
  --ts-sidebar: 232px;
  --ts-header: 64px;
}
