////
///
/// Core Infrastructure
/// ===========================================================================
///
/// Infrastructure layer for StyleScape. Contains no design,
/// only system fundamentals: banners, prefixes, and layer definitions.
///
/// @group Core
/// @author Scape Press
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @access public
///
////

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

@forward "banner";
@forward "prefix";
@forward "layers";
@forward "external";

// Migrated from legacy `src/scss/{functions,maps}` (Phase 1, ROADMAP.md)
@forward "functions";
@forward "maps";

// Note: governance/ is forwarded only in development builds
