@import (inline, once) '@taiga-ui/design-tokens/palette/animation.css';
@import (inline, once) '@taiga-ui/design-tokens/palette/shadow.css';

@import '../mixins/theme/variables.less';

&:root,
&:host {
    .tui-theme-variables();
}

[dir='rtl'] {
    .tui-theme-rtl();
}
