////
///
/// Soul Object Mixins
/// ===========================================================================
///
/// Visual styling mixins for object appearance including sizing,
/// colors, fills, shadows, and shape properties like corner radii.
/// These mixins define the aesthetic characteristics of UI elements.
///
/// @group Mixins.SoulObject
/// @author Scape Agency
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @access public
///
////

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

@forward "size";
@forward "size_height";
@forward "size_width";
@forward "style_color";
@forward "style_fill";
@forward "style_shadow";
@forward "shape_corner";
