:root {
  --color-primary: #198754;
  --color-primary-hover: #157347;
  --color-primary-rgb: 25, 135, 84;
  --color-surface: #ffffff;
  --color-surface-muted: #f8f9fa;
  --color-border: #dee2e6;
  --color-border-subtle: #e9ecef;
  --color-text: #212529;
  --color-text-muted: #6c757d;
  --color-table-header: #212529;

  --status-pending-bg: #fff3cd;
  --status-pending-text: #664d03;
  --status-sent-bg: #d1e7dd;
  --status-sent-text: #0f5132;

  --table-row-hover: #f1f3f5;
  --table-row-selected: rgba(var(--color-primary-rgb), 0.08);

  --shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --shadow-md: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);

  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;

  --font-family-base: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --font-size-table-min: 0.8125rem;

  --focus-ring: 0 0 0 0.2rem rgba(var(--color-primary-rgb), 0.25);

  --z-sticky-col: 11;
  --z-table-header: 10;
  --z-selection-bar: 1040;
  --z-notification: 9999;
}
