@theme inline {
  /* Additional colors */
  --color-brand: var(--brand);
  --color-brand-foreground: var(--brand-foreground);

  /* Status colors */
  --color-warn: var(--warn);
  --color-warn-foreground: var(--warn-foreground);
  --color-info: var(--info);
  --color-info-foreground: var(--info-foreground);
  --color-success: var(--success);
  --color-success-foreground: var(--success-foreground);
}
