////
///
/// Variables Module
/// ===========================================================================
///
/// Design tokens and configuration variables for the StyleScape design system.
/// Organized by tier (Body, Head, Soul) to align with the component architecture.
///
/// @group Variables
/// @author Scape Agency
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @access public
///
////

// ============================================================================
// Use
// ============================================================================

@use "../dev" as *;

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

// Body
@forward "body_atoms";
@forward "body_molecules";
@forward "body_organisms";
@forward "body_skeletons";

// Head
@forward "head_frame";
@forward "head_content";
@forward "head_layout";
@forward "head_position";

// Soul
@forward "soul_type";
@forward "soul_line";
@forward "soul_object";

// Utilities
@forward "utilities";
