@use "system/breakpoints";
@use "system/colors";
@use "system/spacing";
@use "system/typography";

.ods-loading {
  @extend %ods-padding-5;
  @extend %ods-text--size-kilo, %ods-text--size-juliett-breakpoint-large;
  @extend %ods-text--weight-light;

  background-color: colors.$blue-light;
}
