@use '../components/badge/badge-theme' as *;
@use '../components/banner/banner-theme' as *;
@use '../components/bottom-nav/bottom-nav-theme' as *;
@use '../components/button/button-theme' as *;
@use '../components/button-group/button-group-theme' as *;
@use '../components/calendar/calendar-theme' as *;
@use '../components/card/card-theme' as *;
@use '../components/checkbox/checkbox-theme' as *;
@use '../components/chip/chip-theme' as *;
@use '../components/column-actions/column-actions-theme' as *;
@use '../components/date-range-picker/date-range-picker-theme' as *;
@use '../components/dialog/dialog-theme' as *;
@use '../components/dock-manager/dock-manager-theme' as *;
@use '../components/drop-down/drop-down-theme' as *;
@use '../components/expansion-panel/expansion-panel-theme' as *;
@use '../components/grid/excel-filtering-theme' as *;
@use '../components/icon-button/icon-button-theme' as *;
@use '../components/input/input-group-theme' as *;
@use '../components/list/list-theme' as *;
@use '../components/navbar/navbar-theme' as *;
@use '../components/navdrawer/navdrawer-theme' as *;
@use '../components/progress/linear/linear-theme' as *;
@use '../components/radio/radio-theme' as *;
@use '../components/slider/slider-theme' as *;
@use '../components/snackbar/snackbar-theme' as *;
@use '../components/switch/switch-theme' as *;
@use '../components/stepper/stepper-theme' as *;
@use '../components/tabs/tabs-theme' as *;
@use '../components/time-picker/time-picker-theme' as *;
@use '../components/toast/toast-theme' as *;
@use '../components/tooltip/tooltip-theme' as *;
@use '../components/tree/tree-theme' as *;
@use '../components/label/label-theme' as *;
@use '../components/query-builder/query-builder-theme' as *;
@use '../components/input/file-input-theme' as *;

@mixin typography() {
    @include badge-typography($theme: 'material');
    @include banner-typography();
    @include bottom-nav-typography();
    @include button-typography();
    @include button-group-typography();
    @include calendar-typography();
    @include card-typography();
    @include checkbox-typography();
    @include chip-typography();
    @include column-actions-typography();
    @include date-range-typography();
    @include dialog-typography();
    @include dock-manager-typography();
    @include drop-down-typography();
    @include expansion-panel-typography();
    @include excel-filtering-typography();
    @include icon-button-typography();
    @include input-group-typography();
    @include linear-bar-typography();
    @include list-typography();
    @include navbar-typography();
    @include navdrawer-typography();
    @include radio-typography();
    @include slider-typography();
    @include snackbar-typography();
    @include switch-typography();
    @include tabs-typography();
    @include time-picker-typography();
    @include stepper-typography();
    @include toast-typography();
    @include tooltip-typography();
    @include tree-typography();
    @include label-typography();
	@include query-builder-typography();
	@include file-input-typography();
}
