// Body
@mixin body-1 {
  font-family: $body;
  font-size: rem($font-size-2);
  line-height: rem($line-height-2);
}

@mixin body-2 {
  font-family: $body;
  font-size: rem($font-size-3);
  line-height: rem($line-height-3);
}

@mixin body-3 {
  font-family: $body;
  font-size: rem($font-size-4);
  line-height: rem($line-height-4);
}

@mixin body-4 {
  font-family: $body;
  font-size: rem($font-size-5);
  line-height: rem($line-height-5);
}

@mixin body-5 {
  font-family: $body;
  font-size: rem($font-size-6);
  line-height: rem($line-height-6);
}

@mixin body-6 {
  font-family: $body;
  font-size: rem($font-size-7);
  line-height: rem($line-height-7);
}

@mixin body-7 {
  font-family: $body;
  font-size: rem($font-size-8);
  line-height: rem($line-height-8);
}

// Title
@mixin title-1 {
  font-family: $title;
  font-size: rem($font-size-8);
  font-weight: 700;
  line-height: rem($line-height-7);
}

@mixin title-2 {
  font-family: $title;
  font-size: rem($font-size-9);
  font-weight: 700;
  line-height: rem($line-height-8);
}

@mixin title-3 {
  font-family: $title;
  font-size: rem($font-size-10);
  font-weight: 700;
  line-height: rem($line-height-9);
}

@mixin title-4 {
  font-family: $title;
  font-size: rem($font-size-11);
  font-weight: 700;
  line-height: rem($line-height-10);
}

@mixin title-5 {
  font-family: $title;
  font-size: rem($font-size-12);
  font-weight: 700;
  line-height: rem($line-height-11);
}

@mixin title-6 {
  font-family: $title;
  font-size: rem($font-size-13);
  font-weight: 700;
  line-height: rem($line-height-12);
}

@mixin title-7 {
  font-family: $title;
  font-size: rem($font-size-14);
  font-weight: 700;
  line-height: rem($line-height-13);
}

// Lead-in
@mixin lead-in-1 {
  font-size: rem($font-size-3);
  font-weight: 700;
  letter-spacing: rem(0.05 * $font-size-2);
  line-height: rem($line-height-3);
  text-transform: uppercase;
}

@mixin lead-in-2 {
  font-size: rem($font-size-4);
  font-weight: 700;
  letter-spacing: rem(0.05 * $font-size-3);
  line-height: rem($line-height-4);
  text-transform: uppercase;
}
