@use "../../../styles/tools/convert";

$unit-width: convert.to-rem(67.5px);
$unit-height: convert.to-rem(82px);
$unit-half-height: convert.to-rem(41px);
$unit-radius: convert.to-rem(10px);
$tag-gap: convert.to-rem(4px);
$tag-min-height: convert.to-rem(40px);
$tag-padding-y: convert.to-rem(9px);
$tag-padding-x: convert.to-rem(15px);
$tag-part-gap: convert.to-rem(3px);
$tag-value-font-size: convert.to-rem(16px);
$tag-value-line-height: convert.to-rem(18px);
$tag-value-letter-spacing: convert.to-rem(-0.2px);
$tag-label-font-size: convert.to-rem(12px);
$tag-label-line-height: convert.to-rem(14px);
$tag-separator-offset-y: convert.to-rem(-1px);
