////
///
/// Paragraph Reset Configuration
/// ===========================================================================
///
/// Configuration for paragraph reset styles.
///
/// @group Typography.Paragraph.Base.Reset
/// @author Scape Press
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @access public
///
////

@use "sass:map";

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

$ss-paragraph-reset-config: (
    margin: 0,
    padding: 0,
    font-size: inherit,
    font-weight: inherit,
    line-height: inherit,
    text-indent: 0,
    text-align: start,
    hyphens: none,
    word-break: normal,
    overflow-wrap: normal,
) !default;
