////
///
/// Reset Layer
/// ===========================================================================
///
/// Browser normalization. Minimal and opinion-free.
///
/// @group Reset
/// @author Scape Press
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @access public
///
////

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

@forward "reset.base";
@forward "reset.forms";
@forward "reset.typography";

// Migrated from legacy `src/scss/tags` (Phase 1, ROADMAP.md).
// Per the layer constitution, tag-level resets belong in ss.reset.
// Typography-related tag rules will move to 21-typography in Phase 2.
@forward "tags";
