// Dependencies from other packages --------------------------------------------
@import '~sui-settings/src/settings';

@if $is-theme == false {
  @import '~sui-reset/src/reset';
  @import '~sui-typography/src/typography';
  @import '~sui-main/src/main';
}

@import 'paragraphs';
@import 'lists';
@import 'headings';
@import 'fonts';
@import 'animations';

body {
  background-color: $bg-body;
}
