@use 'styles/variables.scss' as *;
@use './theme.scss' as *;

.typography {
  @include typography-theme-modifiers();

  padding: 0;
  margin: 0;
  font-style: normal;
  font-family: $font-family;
  color: typography-theme-color('primary-color');

  &--heading-1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }

  &--heading-2 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
  }

  &--subtitle-1 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
  }

  &--subtitle-2 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
  }

  &--subtitle-3 {
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  &--subtitle-4 {
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 1px;
  }

  &--body-1 {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
  }

  &--body-2 {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
  }

  &--body-3 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
  }

  &--body-4 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
  }

  &--numeric-1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }

  &--numeric-2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
  }

  &--numeric-3 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
  }

  &--numeric-4 {
    font-size: 10px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  &--padding-1 {
    padding-bottom: 1px;
  }

  &--padding-2 {
    padding-bottom: 2px;
  }
}
