//
// This file includes all imports which produce CSS output.
// -> for elements and components, the "specific" design implementations, but not "style attributes"
//

@import "code/style";
@import "blockquote/style";

// semantic typography should overwrite any `rich component` rules
@import "typography/style-titles";
@import "typography/style-body";
@import "typography/links-style";

// buttons should be able to overwrite `typography` rules
@import "buttons/style";
@import "buttons/style-icon";
@import "buttons/style-group";

// as tabs are more specific implementations of buttons/btn-group, they must be able to overwrite those
@import "tabs/style";
