////
///
/// Body Organisms Mixins
/// ===========================================================================
///
/// Organism-level UI component mixins. Organisms are complex UI components
/// composed of molecules and atoms, representing distinct sections of an
/// interface like ribbons, sidebars, modals, and navigation structures.
///
/// @group Mixins.BodyOrganisms
/// @author Scape Agency
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @access public
///
////

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

// Navigation Structures
// -----------------------------------------------------------------------------
@forward "ribbon";
@forward "rail";
@forward "sidebar";

// Content Structures
// -----------------------------------------------------------------------------
@forward "preview";
@forward "canvas";
@forward "blogpost";
@forward "headline";
@forward "related";
@forward "footer";

// Interactive Structures
// -----------------------------------------------------------------------------
@forward "widget";
@forward "ticker";
@forward "video_button";

// Overlays & Panels
// -----------------------------------------------------------------------------
@forward "modal";
@forward "offcanvas";

// Interface
// -----------------------------------------------------------------------------
@forward "interface";

// Galleries
// -----------------------------------------------------------------------------
@forward "gallery";
