// scss-docs-start badge-variables
$badge-font-size: .9em;
$badge-font-weight: $font-weight-bold;
$badge-color: $white;
$badge-color: $black;
$badge-padding-y: .35em;
$badge-padding-x: .65em;
$badge-border-radius: var(--#{$prefix}border-radius);
-