@include create-heading-type-scale($headings-type-scale);

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: $font-family-heading;
    margin-bottom: $headings-margin-bottom;
    font-weight:$headings-font-weight;
    line-height: $headings-line-height;
    color:$headings-text;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    text-transform: inherit;
}
