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

.ods-paragraph, %ods-paragraph {
  @extend %ods-text--size-kilo, %ods-text--size-juliett-breakpoint-large;
  @include typography.weight("light");

  &.ods-paragraph--lead {
    @extend %ods-text--size-hotel, %ods-text--size-golf-breakpoint-medium, %ods-text--size-delta-breakpoint-large;
    @include typography.weight("light");
  }
}
