/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: $font__headings;
	color: $color__headings;
    font-weight: $font__normal;
    clear: both;
    @include margin(0);
    @include padding(0);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
    font-weight: inherit;
}

h1 {font-size: 2.4em}
h2 {font-size: 2em}
h3 {font-size: 1.4em}
h4 {font-size: 1.3em}
h5 {font-size: 1.2em}
h6 {font-size: 1.1em}