////
///
/// Character Default Configuration
/// ===========================================================================
///
/// Base configuration for default character/inline text styles.
///
/// @group Typography.Character.Foundation.Default
/// @author Scape Press
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @access public
///
////

@use "sass:map";

// ============================================================================
// Configuration
// ============================================================================

$ss-character-default-config: (
    text-decoration: none,
    text-shadow: none,
    text-emphasis: none,
) !default;

// $ss-character-default-config: (
//     text-decoration: none,
//     text-decoration-color: var(--ss-color-text-primary),
//     text-shadow: none,
//     text-emphasis: none,
// ) !default;

// $ss-character-default-config: (
//     font-family: inherit,
//     font-size: inherit,
//     font-weight: inherit,
//     font-style: inherit,
//     line-height: inherit,
//     letter-spacing: inherit,
//     color: inherit,
//     text-decoration: none,
// ) !default;
