/**
 * Copyright (c) Corinvo, LLC. and its partners and affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

@use '@dracoui/primitives';

/// @type Number
$badge-font-weight: primitives.$draco-base-weight-normal !default;

/// @type Number
$badge-font-size: primitives.$draco-text-size-body-small !default;

/// @type Number
$badge-border-radius: primitives.$draco-border-radius-full !default;