////
///
/// Head Layout Mixins
/// ===========================================================================
///
/// Layout utility mixins for spacing, sizing, alignment, flexbox, grid,
/// and other structural layout patterns. These mixins provide the
/// foundational layout building blocks for the design system.
///
/// Organized into modular subfolders:
/// - alignment/ - Align, justify, self, vertical alignment
/// - display/   - Display properties and visibility
/// - flex/      - Flexbox layout mixins
/// - grid/      - CSS Grid layout mixins
/// - overflow/  - Overflow utilities
/// - paper/     - Page/paper layout for documents
/// - spacing/   - Margin, padding, and gap
/// - stacks/    - Vertical and horizontal stacks
///
/// @group Mixins.HeadLayout
/// @author Scape Agency
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @access public
///
////

// ============================================================================
// Forward - Modular Subfolders
// ============================================================================

// Alignment - align-items, align-content, justify-content, align-self, vertical
@forward "position";

// Display - display properties, visibility, responsive display
@forward "display";

// Flex - flexbox base, direction, wrap, child behavior
@forward "flex";

// Grid - CSS Grid base, layout, flow, span, size
@forward "grid";

// Overflow - overflow utilities
@forward "overflow";

// Paper - page/document layout
@forward "paper";

// Spacing - margin, padding, gap
@forward "spacing";

// Stacks - vertical and horizontal stacks
@forward "stacks";

@forward "object_fit";
