////
///
/// Lexicon Layer
/// ===========================================================================
///
/// Design vocabulary (tokens). Only :root { --ss-* } variables.
/// No selectors.
///
/// @group Lexicon
/// @author Scape Press
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @access public
///
////

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

@forward "color";
@forward "color-tokens";
@forward "spacing";
@forward "radius";
@forward "border";
@forward "shadow";
@forward "motion";
@forward "z-index";
@forward "typescale";

// Migrated from legacy `src/scss/root` (Phase 1, ROADMAP.md)
@forward "root";

// Legacy font tokens (only soul_type to avoid color duplicates)
@forward "tokens/soul_type";
