/* Headings */

h1,
h2,
h3,
h4,
h5,
h6, {
  font-family: $font-family-headings;
}

h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0px 0px 15px 0px;
}
h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0px 0px 15px 0px;
}
h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0px 0px 15px 0px;
}
h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0px 0px 15px 0px;
}
h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0px 0px 15px 0px;
}
h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0px 0px 15px 0px;
}
