@import '../tools/mixins/text';

.c-pool-points-summary {
  &__header-text {
    font-size: 1em;
    line-height: 1.35em;
    font-weight: $font-weight-normal;
  }
  &__text {
    @include createText($font-maersk-text, 1rem, $font-weight-normal, 1em);
    color: $color-secondary-dark;
    line-height: 1.5em;
    &--row {
      font-size: 0.875rem;
      line-height: 1.571em;
    }
    &--total {
      padding-left: 0;
      line-height: 1.5em;
      font-weight: $font-weight-bold;
    }
    &--total-big {
      font-size: 1.125rem;
      line-height: 1.222em;
    }
    &--suffix {
      font-weight: $font-weight-normal;
    }
  }
}
