////
///
/// Soul Type Mixins
/// ===========================================================================
///
/// Typography mixins for fonts, text styling, character formatting,
/// paragraph composition, and list presentation. These mixins control
/// the visual language and readability of text content.
///
/// @group Mixins.SoulType
/// @author Scape Agency
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @access public
///
////

// ============================================================================
// Forward
// ============================================================================

@forward "font";
@forward "text";
@forward "character";
@forward "paragraph";
@forward "list";
