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

@layer ss.typography {
    .#{$ss-prefix-typography}-accent {
        @include accent.ss-character-accent();
    }

    .#{$ss-prefix-typography}-primary {
        @include accent.ss-character-primary();
    }

    .#{$ss-prefix-typography}-highlight {
        @include accent.ss-character-highlight();
    }
}
