////
///
/// HTML Element Base Styles
/// ===========================================================================
///
/// Base styling for native HTML elements. These styles normalize and
/// enhance the default browser appearance while establishing the
/// typographic foundation for the design system.
///
/// @group Tags
/// @author Scape Agency
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @access public
///
////

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

@forward "body";
@forward "font";
@forward "character";
@forward "paragraph";
@forward "section";
@forward "list";
@forward "media";
@forward "forms";
@forward "inline";
