@use "../../../../01-core/prefix" as *;
@use "./paragraph-indent.mixins" as indent;

@layer ss.typography {
    .#{$ss-prefix-typography}-prose {
        @include indent.ss-paragraph-indent(default);
    }

    .#{$ss-prefix-typography}-prose--subtle {
        @include indent.ss-paragraph-indent(subtle);
    }

    .#{$ss-prefix-typography}-prose--strong {
        @include indent.ss-paragraph-indent(strong);
    }
}
