////
///
/// Character Normal Output
/// ===========================================================================
///
/// CSS output for normal/standard character styles.
///
/// @group Typography.Character.Foundation.Normal
/// @author Scape Press
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @access public
///
////

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

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

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