:root {
  --color-status-pending-bg:      #fefce8;
  --color-status-pending-text:    #854d0e;
  --color-status-pending-border:  #fde68a;

  --color-status-processing-bg:     #eff6ff;
  --color-status-processing-text:   #1d4ed8;
  --color-status-processing-border: #bfdbfe;

  --color-status-shipped-bg:      #ecfeff;
  --color-status-shipped-text:    #0e7490;
  --color-status-shipped-border:  #a5f3fc;

  --color-status-on-hold-bg:      #f5f3ff;
  --color-status-on-hold-text:    #6d28d9;
  --color-status-on-hold-border:  #ddd6fe;

  --color-status-completed-bg:      #f0fdf4;
  --color-status-completed-text:    #166534;
  --color-status-completed-border:  #bbf7d0;

  --color-status-cancelled-bg:      #f9fafb;
  --color-status-cancelled-text:    #6b7280;
  --color-status-cancelled-border:  #e5e7eb;

  --color-status-refunded-bg:      #f9fafb;
  --color-status-refunded-text:    #6b7280;
  --color-status-refunded-border:  #e5e7eb;

  --color-status-failed-bg:      #fef2f2;
  --color-status-failed-text:    #991b1b;
  --color-status-failed-border:  #fecaca;

  --color-status-other-bg:      #f9fafb;
  --color-status-other-text:    #374151;
  --color-status-other-border:  #e5e7eb;
}
