////
///
/// Soul Object Classes
/// ===========================================================================
///
/// Object styling utility classes for colors, fills, shadows, and other
/// visual properties that define the aesthetic appearance of UI elements.
///
/// @group Classes.SoulObject
/// @author Scape Agency
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @access public
///
////

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

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