$theme: 'standard' !default;

@use './_index' as sbb;

@use './normalize';
@use './core' with (
  $theme: $theme
);
@use './typography';
@use './a11y';
@use './badge';
@use './animation';
@use './image';
@use './layout';
@use './lists';
@use './scrollbar';
@use '../../table/table.global' with (
  $theme: $theme
);
@use './timetable-form';
