h2, h3, h4, h5, h6, p, a, small {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: normal;
  color: $black;

  &.\-\-faded {
    color: $black-75;
  }

  &.\-\-pale {
    color: $black-50;
  }

  &.\-\-primary {
    color: $primary;
  }

  &.\-\-white {
    color: $white;
  }

  &.\-\-italic {
    font-style: italic;
  }


  &.\-\-semibold {
    font-family: "semibold", serif;
  }

  &.\-\-bold {
    font-family: "bold", serif;
  }

  &.\-\-center {
    text-align: center;
  }

  &.\-\-right {
    text-align: right;
  }

  &.\-\-justify {
    text-align: justify;
  }
}

h1 {
  font-size: 357.143%;
  font-weight: 700;
  line-height: 60px;
  color: $black;
}

h2 {
  font-size: 257.143%;
}

h3 {
  font-size: 171.429%;
  line-height: 36px;
}

h4 {
  font-size: 142.857%;
}

h5 {
  font-size: 128.571%;
}

h6 {
  font-size: 114.286%;
}

p {
  font-size: 100%;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0;
}

small {
  font-size: 71.429%;
}

a {
  text-decoration: none;
}

b {
  font-weight: 700;
}
