:root {
  --tc-bg-sidebar: #2A2B2E;
  --tc-bg-content: #F8F7F5;
  --tc-bg-card: #FFFFFF;
  --tc-bg-topbar: #FFFFFF;
  --tc-bg-overlay: rgba(42, 43, 46, 0.88);
  --tc-accent-stone: #7A5C33;
  --tc-accent-dark: #5E4726;
  --tc-accent-light: #EDE2CE;
  --tc-accent-on-dark: #C9A66B;
  --tc-text-primary: #1A1B1E;
  --tc-text-secondary: #6B6E7A;
  --tc-text-sidebar: #C8C9CC;
  --tc-text-sidebar-active: #FFFFFF;
  --tc-text-accent: #7A5C33;
  --tc-status-success: #4CAF8A;
  --tc-status-warning: #E6A020;
  --tc-status-danger: #C94040;
  --tc-status-info: #4A7CC9;
  --tc-border: #E2DDD6;
  --tc-border-dark: #3A3B3E;
  --tc-font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --tc-font-display: 'Cinzel', Georgia, serif;
  --tc-radius: 4px;
  --tc-radius-lg: 8px;
  --tc-sidebar-width: 240px;
  --tc-topbar-height: 56px;
  --tc-shadow-card: 0 1px 4px rgba(0, 0, 0, 0.08);
  --tc-shadow-panel: 0 4px 20px rgba(0, 0, 0, 0.12);
  --tc-space-1: 4px;
  --tc-space-2: 8px;
  --tc-space-3: 12px;
  --tc-space-4: 16px;
  --tc-space-5: 24px;
  --tc-space-6: 32px;
  --tc-text-sm: 0.875rem;
  --tc-text-base: 1rem;
  --tc-text-lg: 1.25rem;
  --tc-text-xl: 1.5rem;
  --tc-text-2xl: 2rem;
}
