////
/// Character Variant — Bold
/// Configuration
/// @layer ss.typography
////

$ss-character-bold-config: (
    font-weight: 600,
    font-style: inherit,
    font-size: inherit,
) !default;
