@mixin vars {
	--components-chip-font: var(--pr-t-font-body-S);
	--components-chip-backgroundColor: var(--palettes-100, var(--palettes-neutral-100));
	--components-chip-color: var(--palettes-800, var(--pr-t-color-text));
	--components-chip-borderRadius: var(--pr-t-border-radius-default);
	--components-chip-kill-size: 0.75rem;
	--components-chip-kill-disk-color: var(--palettes-800, var(--palettes-neutral-800));
	--components-chip-kill-cross-color: var(--palettes-text, var(--palettes-neutral-text));
	--components-chip-kill-background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' fill='none'%3E%3Cpath d='M5.80473 4.86192C5.54438 4.60157 5.12227 4.60157 4.86192 4.86192C4.60157 5.12227 4.60157 5.54438 4.86192 5.80473L7.05718 7.99999L4.86192 10.1953C4.60157 10.4556 4.60157 10.8777 4.86192 11.1381C5.12227 11.3984 5.54438 11.3984 5.80473 11.1381L7.99999 8.9428L10.1953 11.1381C10.4556 11.3984 10.8777 11.3984 11.1381 11.1381C11.3984 10.8777 11.3984 10.4556 11.1381 10.1953L8.9428 7.99999L11.1381 5.80473C11.3984 5.54438 11.3984 5.12227 11.1381 4.86192C10.8777 4.60157 10.4556 4.60157 10.1953 4.86192L7.99999 7.05718L5.80473 4.86192Z' fill='currentColor'/%3E%3C/svg%3E");

	// Deprecated
	--components-chip-fontSize: var(--pr-t-font-body-S-fontSize);
	--components-chip-lineHeight: var(--pr-t-font-body-S-lineHeight);
}
