.badge {
	@apply text-xs inline-flex items-center relative whitespace-nowrap truncate leading-none font-normal px-1.5;
}

.outlined {
	@apply ring-1 ring-current;
}

.size_sm {
	@apply h-4;
}

.size_base {
	@apply h-5 px-2;
}

.badge.size_lg {
	@apply h-6 text-sm px-2;
}
