@charset "utf-8";

@use 'sass:map';
@use '../abstracts/variables';
@use '../abstracts/mixins/breakpoints' as *;
@use '../abstracts/mixins/typography';

.pkt-bodytext {
  &--large {
    @include typography.get-text('pkt-txt-24-light');
  }

  &--medium {
    @include typography.get-text('pkt-txt-18-light');
  }

  &--small {
    @include typography.get-text('pkt-txt-16-light');
  }
}
