//
// Copyright 2025 Sandlada & Kai Orion
// SPDX-License-Identifier: MIT
//

@use './typography';

@layer mdc-typography {
    .typography {
        @include typography.styles();
    }
}
