////
///
/// Character Inherit Output
/// ===========================================================================
///
/// CSS output for the inherited character base.
///
/// @group Typography.Character.Foundation.Inherit
/// @author Scape Press
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @access public
///
////

@use "../../../../01-core/prefix" as *;
@use "./character-inherit.mixins" as mixins;

// ============================================================================
// Output
// ============================================================================

@layer ss.typography {
    .#{$ss-prefix-typography}-text-inherit {
        @include mixins.ss-character-inherit;
    }
}
