@reference './tailwind.css'; li[data-sonner-toast] > div[data-content] > div[data-description] { @apply text-muted-foreground; } li[data-sonner-toast][data-type='error'] > div[data-icon] { @apply text-destructive-foreground; } li[data-sonner-toast][data-type='error'] > div[data-icon] { @apply text-destructive-foreground; } li[data-sonner-toast][data-type='error'] > div[data-content] > div[data-title] { @apply text-destructive-foreground; }